{% extends widget.get_base_template %} {% load static from staticfiles %} {% load jsonify %} {% block content %}
{% for chart in widget.get_charts %}
{% endfor %}
{% endblock %}