{% 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 %}

{% trans "Search" %}



{{ page.paginator.count }} {% trans "documents found" %}



{% if page.has_other_pages %}
{% endif %}
{% endblock %}