{% load seeker %} {% load i18n %} {% block seeker-pagination %}
{% seeker_pager total_hits page_size=page_size page=page querystring=querystring spread=page_spread %}
{% 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 %}