{% 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 %}
{% if filter_params %} {% for field in filter_params %} {{ field.display }}: {% for value in field.values %} {{ value.display }} {% endfor %} {% endfor %} {% endif %}
{% endif %}
{% block javascript %} {% endblock %}