{% extends "report_base.html" %} {% block content %} {{ block.super }}
{% for widget in widgets %} {{ widget.get_html }} {% endfor %}
{% endblock %}