{% extends "base.html" %} {% load i18n %} {% load append_to_get %} {% block main-content %}

{% trans "Search" %}

{{ docs.numFound }} {% trans "documents found in" %} {{ docs.QTime|floatformat:3 }} {% trans "seconds" %}

{% trans "Filters" %}

{% trans "Types" %}

{% if docs.numFound %}
{% if docs.has_previous %} {% trans "Previous" %} {% endif %} {% trans "Page" %} {{ docs.page_num }} {% trans "of" %} {{ docs.num_of_pages }} {% if docs.has_next %} {% trans "Next" %} {% endif %}
{% endif %}
{% endblock %}