{% if is_paginated %}
{% if page_obj.has_next %} {{ pagination_label|default:'Weitere Beiträge' }} {% endif %}
{% endif %}