{% extends 'oscar/dashboard/layout.html' %} {% load i18n %} {% block body_class %}{{ block.super }} reports{% endblock %} {% block title %} {% trans "Reports" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {% trans "Reporting dashboard" %} {% endblock %} {% block dashboard_content %}

{% trans "Reporting dashboard" %}

{% include "oscar/dashboard/partials/form_fields_inline.html" with form=form %} {# data-loading-text is deliberately not used here so that the button doesn't stay disabled after a CSV download has started #}
{% if description %}

{{ description }}

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