{# Translators: range of search results on the current page, out of total #}
{% blocktranslate with start=page_obj.start_index end=page_obj.end_index count_humanized=paginator.count|intcomma %}
{{ start }} – {{ end }} of {{ count_humanized }}
{% endblocktranslate %}
{% include "corpus/snippets/pagination.html" %}