{% endfor %}
{% if is_paginated %}
{% blocktrans %}This diff has been split across {{ pages }} pages:{% endblocktrans %}
{% if has_previous %}<{% endif %}
{% for num in page_numbers %}
{% if num == page %}
{{ num }}
{% else %}
{{ num }}
{% endif %}
{% endfor %}
{% if has_next %}>{% endif %}
{% endif %}