{% extends "base.html" %} {% load static %} {% load display_tags %} {% block content %} {{ block.super }}

Report Format

    {% 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 %} {{ block.super }} {% endblock %}