{% comment %} Context: - is_paginated: if True, page is paginated - page_obj: page object from list view; {% endcomment %} {% load i18n aircox %} {% if is_paginated %}
{% update_query request.GET.copy page=None as GET %} {% with GET.urlencode as GET %} {% endwith %} {% endif %}