{% extends "base.html" %} {% load static from staticfiles %} {% block content %}

Report Format

Save and Run
    {% for widget in in_use_widgets %}
  • {{ widget.get_option_form }}
  • {% endfor %}

Available Widgets

    {% for widget in available_widgets %}
  • {{ widget.get_option_form }}
  • {% endfor %}
{% endblock %} {% block postscript %} {% endblock %}