{% load form_helpers %} {% load helpers %} {% load static %}

Filters

{% if filter_form %}
{% include 'inc/search_panel.html' %}
{% endif %} {% if dynamic_filter_form %}
{{ dynamic_filter_form.management_form }}
{% for field in dynamic_filter_form.0.visible_fields %}
{{ field }}
{% endfor %}

{% include "inc/dynamic_filter_items.html" %}
{% endif %}
{% block javascript %} {% endblock %}