{% extends "base.html" %} {% block comments %} {% endblock %} {% load url from future %} {% block content %}
{% csrf_token %} {{ reportForm }}
{% for widget_id, widgetForm in widgetForms %}
{% csrf_token %} {{ widgetForm }}
{% endfor %}
{% endblock %}