{% load i18n %} {% if form_filter %} {% with form_filter as form %}
{% if not form.filter_report_is_all %} {% trans "Filter results" %} {% endif %} {% include "model_report/includes/form_fields.html" %}
{% endwith %} {% endif %}