{% extends "pretixcontrol/event/base.html" %} {% comment %} Owner from wave 2 on: portability-dev (see ORCHESTRIERUNG.md section 5). Step one of the import: upload a file or paste a JSON block (SPEC.md F9). Nothing is written by this page. {% endcomment %} {% load i18n %} {% block title %}{% trans "Import a report" %}{% endblock %} {% block content %}

{% trans "Import a report" %}

{% if definition_issues %}

{% trans "This file is not a valid report definition:" %}

{% endif %}
{% csrf_token %}

{% blocktrans trimmed with kib=max_kib %} A JSON file exported from this or another event, at most {{ kib }} KiB. {% endblocktrans %}

{% trans "Both an exported file and a plain definition from the editor's JSON panel are accepted." %}

{% trans "Cancel" %}
{% endblock %}