{% include 'overall_header.html' %}

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

{% if SEARCH_CATEGORY %} {% else %} {% endif %} {% if pagination or PAGE_NUMBER %}
{% endif %} {% if results %} {% for result in results %}
{{ result.THUMB }}
{{ lang('DIR_USER_PROP') }} {{ result.S_USER }}
{% if result.IMG_FLAG %}
{% endif %} {% if result.S_TIME %}
» {{ result.S_TIME }}
{% endif %}
{{ lang('DIR_CAT') }}{{ lang('COLON') }} {{ result.S_CAT }}
{{ result.L_DIR_SEARCH_NB_CLICKS }}{{ lang('COLON') }} {{ result.S_COUNT }}
{{ result.L_DIR_SEARCH_NB_COMMS }}{{ lang('COLON') }} {{ result.S_COMMENT }}

{{ result.S_SITE }}

{{ result.S_DESCRIPTION }}
{% if result.IMG_BANNER %}{% endif %}
{% endfor %} {% else %}
{{ lang('NO_SEARCH_RESULTS') }}
{% endif %}
{% if results and (S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY) %}
{% include 'display_options.html' %}
{% endif %}
{% include 'footer.html' %}