{% if is_paginated %}
{% if page_obj.has_next %} {{ pagination_label }} {% endif %}
{% endif %}