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

{{ description }}

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