{% comment %} Copyright (C) 2021 Sebastian Pipping Licensed under GNU Affero GPL v3 or later Requirement variables: - page_obj - page_items - request (for url_for_page) Required CSS classes (a la https://getbootstrap.com/docs/4.0/components/pagination/): - active - disabled - pagination - page-item - page-link {% endcomment %} {% load i18n %} {% load humanize %} {% load pagination_urls %}