{% load i18n %} {% if filter.form %}
{% for field in filter.form %}
{{ field }}
{% endfor %}
{% endif %}