{% extends "base.html" %} {% load i18n %} {% block title %} {{ block.super }} | Create new report (step {{step}}) {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Create new report (step {{step}})
  • {% endblock %} {% block sidebar %}

    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 %}
    {% csrf_token %} {{ form.as_table }}
    {{ previous_fields|safe }}
    {% endblock %}