{% load i18n %} {% if page_obj.has_other_pages %}
{% if page_obj.has_previous %} {% translate "Previous page" %} {% endif %} {% if page_obj.has_next %} {% translate "Next page" %} {% endif %}
{% endif %}