{% load i18n %} {% for field in fields %} {% endfor %}
{% with "filter" as prefix %}{% include "autoreports/inc.render_choices.html" %}{% endwith %} {% trans "Select to display" %} {{ field.field.help_text|safe }} {% if field.advanced_options %} {% trans "Advanced Options" %}
{% for choice in field.choices %} {% endfor %}
{% else %} {% trans "It haven't a advanced options" %} {% endif %}