{% include 'overall_header.html' %}

{% if SEARCH_TITLE %}{{ SEARCH_TITLE }}{% else %}{{ SEARCH_MATCHES }}{% endif %} {% if SEARCH_WORDS %}: {{ SEARCH_WORDS }}{% endif %}

{% if SEARCHED_QUERY %}

{{ L_SEARCHED_QUERY }}{{ L_COLON }} {{ SEARCHED_QUERY }}

{% endif %} {% if IGNORED_WORDS %}

{{ L_IGNORED_TERMS }}{{ L_COLON }} {{ IGNORED_WORDS }}

{% endif %} {% if PHRASE_SEARCH_DISABLED %}

{{ L_PHRASE_SEARCH_DISABLED }}

{% endif %} {% if SEARCH_TOPIC %}

{{ L_RETURN_TO }}{{ L_COLON }} {{ SEARCH_TOPIC }}

{% else %}

{{ L_GO_TO_SEARCH_ADV }}

{% endif %} {% EVENT search_results_header_after %} {% if pagination or SEARCH_MATCHES or TOTAL_MATCHES or PAGE_NUMBER %}
{% if TOTAL_MATCHES > 0 %}
{% endif %}
{{ SEARCH_MATCHES }}
    {% if pagination %} {% include 'pagination.html' %} {% else %}
  • {{ PAGE_NUMBER }}
  • {% endif %} {% if U_MARK_ALL_READ %}
  • {{ L_MARK_ALL_READ }}
  • {% endif %}
    {% if pagination %} {% include 'pagination_mobile.html' %} {% else %}
  • {{ PAGE_NUMBER }}
  • {% endif %}
{% endif %} {% if S_SHOW_TOPICS %} {% if searchresults %}

{{ L_TOPICS }}

{% set VAR = {{ L_VIEW_TOPIC_LOCKED }} %} {% for searchresults in searchresults %} {% EVENT search_results_topic_before %} {% EVENT search_results_topic_after %} {% endfor %}
{{ L_TITLE }} {{ L_TOPICS_POSTS_STATISTICS }} {{ L_LAST_POST }}
{% EVENT topiclist_row_prepend %} {% if searchresults.S_UNREAD_TOPIC and not S_IS_BOT %} {{ L_VIEW_FIRST_UNREAD }} {% endif %} {% if searchresults.FORUM_TITLE %}[{{ searchresults.FORUM_TITLE }}]: {% endif %}{{ searchresults.TOPIC_TITLE }} {% if searchresults.ATTACH_ICON_IMG %} {{ L_ATTACHMENTS }} {% endif %} {% if searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED %} {{ L_TOPICS_ROW_NOT_APPROVED }} {% endif %} {% if searchresults.S_TOPIC_DELETED %} {{ L_TOPIC_DELETED }} {% endif %} {% if searchresults.S_TOPIC_REPORTED %} {{ L_TOPICS_ROW_REPORTED }} {% endif %} {% EVENT topiclist_row_append %}
{{ L_POST_BY_AUTHOR }} {{ searchresults.TOPIC_AUTHOR_FULL }}  -  {% if not searchresults.S_TOPIC_GLOBAL %}  - {{ L_IN }}{{ L_COLON }} {{ searchresults.FORUM_TITLE }} {% else %}  ({{ L_GLOBAL }}) {% endif %}
{% if searchresults.pagination %} {% endif %}
{{ searchresults.TOPIC_REPLIES }} {{ L_REPLIES }}
{{ searchresults.TOPIC_VIEWS }} {{ L_VIEWS }}
{{ L_POST_BY_AUTHOR }} {{ searchresults.LAST_POST_AUTHOR_FULL }}
{% if not S_IS_BOT %} {{ L_FORUMLIST_LASTPOST }} {% endif %}
{% else %}
{{ L_INFO_BOX }} {{ L_NO_SEARCH_RESULTS }}
{% endif %} {% else %}
{% for searchresults in searchresults %} {% EVENT search_results_post_before %}
{% if searchresults.S_POST_PRIVATE %}

{{ L_PRIVATE_BY }} {{ searchresults.POST_AUTHOR_FULL }} ¦ {{ searchresults.POST_DATE }}

{{ L_PRIVATE_POST_NO_CONTENT }}

{% else %} {% if searchresults.S_IGNORE_POST %}
{{ searchresults.L_IGNORE_POST }}
{% else %}

{{ searchresults.POST_SUBJECT }}

{% EVENT search_results_postprofile_before %}

{{ L_POST_BY_AUTHOR }} {{ searchresults.POST_AUTHOR_FULL }} ¦ {{ searchresults.POST_DATE }} ¦ {% if searchresults.FORUM_TITLE %} {{ L_FORUM }}{{ L_COLON }} {{ searchresults.FORUM_TITLE }} ¦  {{ L_TOPIC }}{{ L_COLON }} {% if searchresults.FORUM_TITLE %}[{{ searchresults.FORUM_TITLE }}]: {% endif %}{{ searchresults.TOPIC_TITLE }} ¦ {% else %} {{ L_GLOBAL }}{{ L_COLON }} {% if searchresults.FORUM_TITLE %}[{{ searchresults.FORUM_TITLE }}]: {% endif %}{{ searchresults.TOPIC_TITLE }} ¦ {% endif %} {{ L_REPLIES }}{{ L_COLON }} {{ searchresults.TOPIC_REPLIES }} ¦ {{ L_VIEWS }}{{ L_COLON }} {{ searchresults.TOPIC_VIEWS }}

{% EVENT search_results_postprofile_after %}
{{ searchresults.MESSAGE }}
{% endif %} {% if not searchresults.S_IGNORE_POST %}

{{ L_JUMP_TO_POST }}

{% endif %} {% endif %}
{% EVENT search_results_post_after %}
{{ L_INFO_BOX }} {{ L_NO_SEARCH_RESULTS }}
{% endfor %}
{% endif %}
{% if pagination or .searchresults or PAGE_NUMBER or S_SELECT_SORT_KEY or S_SELECT_SORT_DAYS %}
{% if searchresults and (S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY) %}
{{ L_OPTIONS }}
{% include 'display_options.html' %}
{% endif %}
{{ SEARCH_MATCHES }}
    {% if pagination %} {% include 'pagination.html' %} {% else %}
  • {{ PAGE_NUMBER }}
  • {% endif %} {% if U_MARK_ALL_READ %}
  • {{ L_MARK_ALL_READ }}
  • {% endif %}
    {% if pagination %} {% include 'pagination_mobile.html' %} {% else %}
  • {{ PAGE_NUMBER }}
  • {% endif %}
{% endif %}
{% include 'jump_links.html' %} {% include 'overall_footer.html' %}