{% load i18n wagtailadmin_tags %} {% comment %} Pagination for page listings. Used by the `{% paginate %}` template tag. {% endcomment %}
{% blocktrans with page_number=page.number num_pages=paginator.num_pages %} Page {{ page_number }} of {{ num_pages }}. {% endblocktrans %}