{% load i18n %} {% load pagination %}
{% if page.has_previous or page.has_next %}
{% for key, value in request.GET.items %} {% if key != page_key %} {% endif %} {% endfor %}
{% endif %}
{% for key, value in request.GET.items %} {% if key != count_key %} {% endif %} {% endfor %}