{% extends "base.html" %} {% load i18n tz highlight superarchives search_preview_templates %} {% load static from staticfiles %} {% block pagetitle %}{% trans 'search'|title %}{% endblock %} {% block head_js %} {% if use_language %} {% comment %} We must use STATIC_URL because we have a language composing the URL and the static template tag don't know how to use it. #} {% endcomment %} {% endif %} {% endblock %} {% block head_css %} {% endblock %} {% block main-content %}
{{ page.paginator.count }} {% trans "documents found" %}
{% trans "You are searching for" %} {{ request.GET.q }}
{% endif %}