{% if table.page.has_previous or table.page.has_next %}
{% nospaceless %}{% block pagination.current %}<liclass="current">{% blocktrans with table.page.number as current and table.paginator.num_pages as total %}Page {{ current }} of {{ total }}{% endblocktrans %}</li>{% endblock pagination.current %}{% endnospaceless %}