{% extends "admin/base.html" %} {% load admin_chart_tags %} {% load static %} {% block extrastyle %} {{ block.super }} {% include '../include_nvd3.html' %} {% endblock %} {% block content %} {% for chart in nonuser_charts %} {% empty %}
No charts available, please configure them
{% endfor %} {% for chart in charts %} {% endfor %}