{% load i18n leprikon_tags %} {% if is_paginated %}
{% with from=page_obj.start_index until=page_obj.end_index count=page_obj.paginator.count %} {% blocktrans %}displaying {{ from }} – {{ until }} of {{ count }}{% endblocktrans %} {% endwith %} {% endif %}