{% extends 'reporting/base.html' %} {% block content %} {% if dashboard.has_form %}
{{ dashboard.get_form }}
{% endif %} {% include dashboard.template with dashboard=dashboard %} {% endblock %}