{% load macro i18n pagination %} {% macro "header" %} {% if total > 1 %}
{% if prev_page %} « {% trans "previous" %} {% endif %} {% blocktrans %}Page {{ current }} of {{ total }}{% endblocktrans %} {% if next_page %} {% trans "next" %} » {% endif %}