{% load form_helpers %} {% load helpers %} {% load static %} Filters {% if filter_form %} Basic {% endif %} {% if dynamic_filter_form %} Advanced {% advanced_filter_indicator basic_filter_form=filter_form filter_params=filter_params %} {% endif %} {% 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.label|capfirst }} {{ field }} {% endfor %} Add Filter {% include "inc/dynamic_filter_items.html" %} {% endif %} {% block javascript %} {% endblock %}