{% load django_tables2 %} {% load i18n %} {% load browsing_tags %}
{% with table.page.object_list|length as count %}

Page total: {{ count }}

{% endwith %}
{% if table.paginator.page_range|length > 25 and not pagination_windowed %}
{% else %} {% endif %}