{% load staticfiles %} {% include "reports_header.html" %}
{% for chart in data%} Chart - {{chart.chart_id}} Query - {{chart.query_id}} {% if chart.handler_type == 'highcharts'%} {% else %} {% endif %} {% endfor %}