{% extends "base.html" %} {% load i18n %} {% block title %} {{ block.super }} | Create new report (step {{step}}) {% endblock %} {% block breadcrumbs %} {{ block.super }}
This page allows you to create new reports.
The configuration is a two-step process, first you select the class of report and access permissions (step 1), then you select the actual report parameters that vary depending on your report class
{% endblock %} {% block content %} {% endblock %}