{% spaceless %} {% load i18n%} {% if page.object_list %} {% if page.has_previous %} << < {% endif %} {% trans "Page" %} {{ page.number }} {% trans "of" %} {{ page.paginator.num_pages }} {% if page.has_next %} > >> {% endif %} {% if show_records_count %} {% trans "Records" %} {{ page.start_index }}~{{ page.end_index }} {% trans "of" %} {{ page.paginator.count }} {% endif %} {% endif %} {% endspaceless %}