{{ context.form }} {% if context.results %} {% for result in context.results %}
{{ result.title }}
{{ result.module }} {% if result.category_title %} Раздел: {{ result.category_title }} {% endif %} {% if result.views %} Просмотров: {{ result.views }} {% endif %} {% if result.comments %} Комментарии: {{ result.comments }} {% endif %}
{{ result.announce }}
Добавлено: {{ result.date }}
{% endfor %} {% else %} {% if context.error %}
{{ context.error }}
{% endif %} {% endif %}