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

Page total: {{ count }}

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