{% load i18n %}

{% blocktrans with resultset.get_query as query %} Results for "{{ query }}" {% endblocktrans %}

{# Spelling suggestions #} {% include 'bosssearch/inclusion/spelling.html' %} {# Current results & totals #}

{% blocktrans with start_index=page_obj.start_index end_index=page_obj.end_index count=resultset.count %} {{ start_index }}–{{ end_index }} of {{ count }} {% endblocktrans %}