{% load i18n %} {% load hk_generic %} {% load pagination %}
{% if page_jump %}
{% for key, value in request.GET.items %} {% if key != 'page' %} {% endif %} {% endfor %}
{% trans 'Results per page:' %}
{% endif %}