{% include 'overall_header.html' %}

{{ SEARCH_MATCHES_TXT }}

{{ SEARCH_MATCHES }}

{% if pagination or SEARCH_MATCHES or PAGE_NUMBER %}
{% if SEARCH_MATCHES %} {% endif %}
{% endif %} {% if S_SHOW_TOPICS %} {% if livesearchresults %}
{% else %}
{{ lang('NO_SEARCH_RESULTS') }}
{% endif %} {% else %} {# #} {% for result in livesearchresults %} {% EVENT search_results_post_before %}
{% if result.S_IGNORE_POST %}
{{ result.L_IGNORE_POST }}
{% else %}
{% EVENT search_results_postprofile_before %}
{{ lang('POST_BY_AUTHOR') }} {{ result.POST_AUTHOR_FULL }}
{{ result.POST_DATE }}
{L_FORUM}{{ lang('COLON') }} {{ result.FORUM_TITLE }}
{L_TOPIC}{{ lang('COLON') }} {{ result.TOPIC_TITLE }}
{{ lang('REPLIES') }}{{ lang('COLON') }} {{ result.TOPIC_REPLIES }}
{{ lang('VIEWS') }}{{ lang('COLON') }} {{ result.TOPIC_VIEWS }}
{% EVENT search_results_postprofile_after %}

{{ result.POST_SUBJECT }}

{{ result.MESSAGE }}
{% endif %} {% if not result.S_IGNORE_POST %} {% endif %}
{# #} {% else %}
{{ lang('NO_SEARCH_RESULTS') }}
{% endfor %} {# #} {% endif %} {% if pagination or livesearchresults or S_SELECT_SORT_KEY or S_SELECT_SORT_DAYS %}
{% if S_SELECT_SORT_KEY or S_SELECT_SORT_DAYS %} {% endif %}

{% endif %} {% if pagination or livesearchresults or PAGE_NUMBER %}
{% endif %} {% include 'jumpbox.html' %} {% include 'overall_footer.html' %}