{% load i18n %} {% if table.page %} {% with page_param=table.prefix|stringformat:"s"|add:"page" %}
{% if table.paginator.num_pages > 1 %} {% endif %} {% blocktrans trimmed with start=table.page.start_index end=table.page.end_index total=table.paginator.count %} Showing {{ start }}-{{ end }} of {{ total }} {% endblocktrans %}
{% endwith %} {% endif %}