{% extends "admin_tools/dashboard/module.html" %} {% load admin_chart_tags %} {% load nvd3_tags %} {% block module_content %} {% if module.require_chart_jscss %} {% include '../../include_nvd3.html' %} {% endif %} {% with module.dashboard_stats as chart %}
{% endwith %} {% include_container module.chart_container %} {% endblock %}