{% load i18n %} {% if is_paginated %} {% with from=page_obj.start_index until=page_obj.end_index count=page_obj.paginator.count %}

{% blocktrans %}Showing {{ from }} – {{ until }} of {{ count }} results.{% endblocktrans %}

{% endwith %} {% endif %}