{% extends "pretixcontrol/event/base.html" %} {% comment %} Owner from wave 2 on: portability-dev (see ORCHESTRIERUNG.md section 5). Step two of the import: the resolution report and the decision (SPEC.md F9). Still nothing written. The hidden ``document`` field carries the *original* text back, so the confirmation re-runs the whole pipeline instead of trusting a resolved definition that came out of a browser. {% endcomment %} {% load i18n %} {% block title %}{% trans "Import a report" %}{% endblock %} {% block content %}

{% trans "Import a report" %}

{% trans "Name" %}
{{ plan.name }}
{% if plan.source.source %}
{% trans "Exported from" %}
{{ plan.source.source }}
{% endif %} {% if plan.source.exported_at %}
{% trans "Exported at" %}
{{ plan.source.exported_at }}
{% endif %} {% if plan.source.generator %}
{% trans "Created with" %}
{{ plan.source.generator }}
{% endif %}
{% trans "Report base" %}
{{ report.base.value }}
{% include "pretix_custom_reports/resolution_report.html" %}
{% csrf_token %} {% if report.missing %}

{% blocktrans trimmed count counter=report.missing|length %} One reference cannot be resolved in this event. {% plural %} {{ counter }} references cannot be resolved in this event. {% endblocktrans %}

{% else %} {% endif %}
{% trans "Cancel" %}
{% endblock %}