{% extends 'slick_reporting/base.html' %} {% load crispy_forms_tags i18n %} {% block content %}

Filters

{% crispy form form.get_crispy_helper %}

Results

{% if report_data.chart_settings %} {% endif %}
{% include 'slick_reporting/table.html' with table=report_data %}
{{ report_data|json_script:'report-data' }} {% endblock %} {% block js_script %} {% endblock %}