{% endblock seeker-pagination %}
{% block seeker-export %}
{% if export_name %}
{# NOTE: By default, the export link will export ALL records. It is up to the site to add an on submit JS listener to #export-form that will set the value of #export-search-object accordingly #}
{% else %}
Found {{ results.hits.total|intcomma }} result{{ results.hits.total|pluralize }} in {{ results.took }} millisecond{{ results.took|pluralize }}
{% endif %}
{% endblock seeker-export %}