{% load seeker %} {% load i18n %} {% block seeker-pagination %}
{% seeker_pager results.hits.total page_size=page_size page=page querystring=querystring spread=page_spread %}
{% endblock seeker-pagination %}

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