{% load i18n static %}
{# Previous Button #} {% if page_obj.has_previous %} {% trans "Previous" %} {% else %} {% trans "Previous" %} {% endif %} {# Next Button #} {% if page_obj.has_next %} {% trans "Next" %} {% else %} {% trans "Next" %} {% endif %}