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