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