{% extends 'slick_reporting/base.html' %} {% load crispy_forms_tags i18n slick_reporting_tags static %} {% block content %}
{% if form %}

Filters

{% crispy form crispy_helper %}
{% endif %}

Results

{% if report_data.chart_settings %} {# #} {% if report_data.charts_engine == 'chartsjs' %} {% elif report_data.charts_engine == 'highcharts' %} {#
#} {% endif %} {% endif %}
{% include 'slick_reporting/table.html' with table=report_data %}
{% endblock %} {% block extrajs %} {{ block.super }} {% endblock %}