{% 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 {{ total_hits|intcomma }} result{{ total_hits|pluralize }} in {{ results.took }} millisecond{{ results.took|pluralize }}
{% endif %}
{% endblock seeker-export %}