{% extends "admin/base.html" %}
{% load admin_chart_tags %}
{% load static %}
{% block extrastyle %}
{{ block.super }}
{% include '../include_nvd3.html' %}
{% endblock %}
{% block content %}
{% for chart in charts %}
{% endfor %}
{% include "./chart_containers.html" %}
{% endblock %}