{% comment %} Usage:: {% extends "django_cradmin/viewhelpers/includes/loadmorepager-base.django.html" %} {% block load-more-pager-options %} { "targetElementCssSelector": ".the-wrapper-adound-the-paged-elements" } {% endblock load-more-pager-options %} Required context variables: is_paginated page_obj These are added automatically by ListView if you specify paginate_by. {% endcomment %} {% load i18n %} {% load cradmin_icon_tags %} {% if is_paginated and page_obj.has_next %}