{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% load i18n %} {% block body_class %}reports{% endblock %} {% block title %} {% trans "Reports" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {% trans "Reporting dashboard" %} {% endblock %} {% block dashboard_content %}
{% include "partials/form_fields.html" with form=form %}
{% if description %}

{{ description }}

{% endif %} {% block report %} {% endblock %} {% endblock dashboard_content %}