{% extends "admin_tools/dashboard/module.html" %} {% load chart_tags %} {% block module_content %}
{% if module.form_field %}
{% csrf_token %} {{ module.form_field }} 
{% endif %}
{% bar_chart module.values module.captions module.chart_size %} {% endblock %}