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

{{ field.help_text }}

{% endif %}
{% endfor %}