{# Pagination for default django.core.paginator.Paginator #} {# This template will work with CBV views with ``paginate_by`` specified. #} {% load i18n %} {% load paginator_helper_tags %} {% if is_paginated %} {% page_range page_obj as page_range %}