{% load i18n %} {% load mtp_common %} {# TODO: update to https://design-system.service.gov.uk/components/pagination/ #} {% comment %} USAGE: {% page_list page=page page_count=page_count %} optional parameters: query_string - optional parameters to include in links {% endcomment %} {% if page_count > 1 %} {% spaceless %} {% endspaceless %} {% endif %}
{% blocktrans trimmed with page=page|separate_thousands page_count=page_count|separate_thousands %} Page {{ page }} of {{ page_count }}. {% endblocktrans %}