{% extends 'reporting/base.html' %} {% block content %}

{{ report.title }}

{{ report.description }}

{% if report.has_form %}
{{ report.get_form }}
{% endif %} {% include report.template with report=report container_id=report.container_id %} {% endblock %}