{% include 'overall_header.html' %}

{{ SEARCH_MATCHES }}

{{ lang('THANKS_BACK') }}

{% if pagination or SEARCH_MATCHES %}
{% endif %} {% for ITEM in searchresults %} {% EVENT search_results_post_before %}
{% EVENT search_results_postprofile_before %}
{{ lang('POST_BY_AUTHOR') }} {{ ITEM.POST_AUTHOR_FULL }}
{{ ITEM.POST_DATE }}
{% if ITEM.FORUM_ID %}
{{ lang('JUMP_TO_FORUM') }}
{{ lang('JUMP_TO_TOPIC') }}
{% else %}
{{ lang('JUMP_TO_TOPIC') }}
{% endif %} {% EVENT search_results_postprofile_after %}

{{ ITEM.POST_SUBJECT }}

{{ ITEM.MESSAGE }}
{% EVENT search_results_post_after %} {% else %}
{{ lang('NO_SEARCH_RESULTS') }}
{% endfor %} {% if pagination or SEARCH_MATCHES %}
{% endif %} {% include 'jumpbox.html' %} {% include 'overall_footer.html' %}