{% for f in filter_config %} {% if f.filter_type != 'hidden' %}
{% if f.filter_type == 'select' %} {% elif f.filter_type == 'date' %} {% else %} {% endif %}
{% endif %} {% endfor %}