{% load i18n %}
{% translate "Filters" %}
{% for field in form %}
{{ field }}
{% endfor %}
{% if filters %} {% translate "Clear" %} {% endif %}