{% load i18n %} {% load eventurl %} {% load urlreplace %} {% load bootstrap3 %} {% load getitem %} {% if filter_form.fields %}
{% for f, v in request.GET.items %} {% if f not in filter_form.fields and f != "page" %} {% endif %} {% endfor %}
{% for f in filter_form.fields %} {% bootstrap_field filter_form|getitem:f %} {% endfor %}
{% endif %}