{% for filter in filters %}
{% if filter.label %}
{{ filter.label }}
{% endif %}
{{ filter }}
{% endfor %}