{% load i18n %} {% if is_paginated %}
{% trans "Page" %} {{ page }}/{{ pages }}. {% trans "Records" %} {{ first_on_page }} - {{ last_on_page }} {% trans "of" %} {{ hits }}. {% ifequal page 1 %} {% else %} {% endifequal %} {% ifequal page pages %} {% else %} {% endifequal %}
{% endif %}