{% extends "base.html" %} {% block body %} {% load bootstrap3 %} {% bootstrap_css %} {% bootstrap_javascript %} {% bootstrap_messages %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% for header in headers %} {% endfor %} {% for row in data %} {% for cell in row %} {% endfor %} {% endfor %}
{{header}}
{{cell}}
{% if obj %} {% with "my_chart" as id_div %} {% include "highcharts.html" %} {% endwith %} {% endif %} {% endblock %}