{% extends "admin/base_site.html" %} {% load i18n %} {# TODO note that meta refreshes are deprecated.. but is there a nice clean way to do this otherwise? #} {% block extrahead %} {% endblock %} {% block content %} {% block description %} {% if report.description %}

{% trans "Description" %}

{{ report.description }}
{% endif %} {% endblock %}

{% trans "Please wait while your report is generated..." %}

{% endblock %} {% block breadcrumbs %} {% endblock %}