{% extends "pretixcontrol/event/base.html" %} {% comment %} Owner from wave 1 on: persistence-dev (see ORCHESTRIERUNG.md section 5). The JSON textarea is on purpose: this is the storage form, the graphical editor is frontend-dev's editor*.html. Both post into the same model, so both get the same structural validation. {% endcomment %} {% load i18n %} {% load bootstrap3 %} {% block title %} {% if form.instance.pk %}{% trans "Change report" %}{% else %}{% trans "Create report" %}{% endif %} {% endblock %} {% block content %}