{% extends "admin_tools/dashboard/module.html" %} {% load nvd3_tags %} {% if module.require_chart_jscss %} {% load static %} {% endif %} {% block module_content %} {# Jquery CDN : Needed when using jquery_on_ready=True #} {% if module.extra.jquery_on_ready %} {% endif %} {% if module.require_chart_jscss %} {% endif %} {% if module.form_field %}
{% csrf_token %} {{ module.form_field }}

{% endif %} {% include_container module.chart_container module.chart_height module.chart_width %} {% endblock %}