{% extends "layouts/l-page.html" %} {% load template_common %} {% load yandex_search_extra %} {% load yandex_search_custom %} {% load russian %} {% block extra_title %}{% if text %}Результаты поиска по запросу «{{ text }}»{% else %}Поиск по архивам{% endif %} - {% endblock %} {% block search_adv_link %}{{ adv_search_link }}{% endblock %} {% block content %} {% if request.GET.d %}
Полный запрос: {{ full_query }}
{% endif %} {% if errata.fix %}
Быть может, вы искали: {{ errata.fix|errata|safe }}
{% endif %} {% if parallel_results.lists %} {% wizard_lists parallel_results.lists %} {% endif %} {% if not object_list %}
{{ text }} не найдено ни в одном письме
{% else %}
{% comment %} {% if text %} Результат поиска:{% for word in words %} {% if word.hits %}{{ word.word }}: найдено {{ word.hits }} раз{% endif %}{% if not forloop.last %};{% else %}.{% endif %}{% endfor %} {% else %} {% with total_results as count %} {% qverb "Найден" %} {{ total_results }} {% qnoun "тред" %} {% endwith %} {% endif %} {% endcomment %} {% with total_results as count %} {% qverb "Найден" %} {{ total_results }} {% qnoun "тред" %} {% endwith %}
{% sortblock text,from_day,from_month,from_year,to_day,to_month,to_year,senders,exclude_senders,lists,exclude_lists %}
    {% for match in object_list %} {% search_match match %} {% endfor %}
{% paginator text,from_day,from_month,from_year,to_day,to_month,to_year,senders,exclude_senders,lists,exclude_lists,sort %} {##} {% endif %} {% include "yandex_search/feedback_form.html" %} {% endblock %}