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