{% load i18n %}
{% if page_number > 2 %}« {% trans "most_recent" %}{% endif %}
{% if has_previous %}‹ {% trans "prev_page" %} {% endif %}
{{first}} - {{last}}{% trans " on " %}{{ hits }}
{% if has_next %} {% trans "next_page" %} ›{% endif %}
{% if link_to_last_page %}{% trans "most_early" %} »{% endif %}