{% comment %} Usage: {% include "trafo_theme/include/pager.django.html" %} Required context variables: - is_paginated - page_obj These are added automatically by ListView if you specify paginate_by. Option context variables: - extra_querystring Appended to the querystring. {% endcomment %} {% load i18n %} {% if is_paginated %}
{% endif %}