{% if form_groupby or form_filter or form_config %}
{% include "model_report/includes/form_groupby.html" %} {% include "model_report/includes/form_filter.html" %} {% include "model_report/includes/form_config.html" %}

{% if report_rows %} {% for export in report.exports %} {% endfor %} {% endif %}

{% endif %}