{% load seeker %} {% load i18n %} {% block seeker-pagination %}
{% block seeker-pager %} {% seeker_pager total_hits page_size=page_size page=page querystring=querystring spread=page_spread %} {% if total_hits >= paginator_cap %}

**Paging has been limited to the first {{ paginator_cap|intcomma }} results.**

{% endif %} {% endblock seeker-pager %}
{% endblock seeker-pagination %}

Found {{ total_hits|intcomma }} result{{ total_hits|pluralize }} in {{ results.took }} millisecond{{ results.took|pluralize }} {% if export_name %} {% block export-link %}— {% trans "Export these results" %}{% endblock export-link %} {% endif %}