{% extends "pretixcontrol/event/base.html" %} {% comment %} Owner from wave 1 on: persistence-dev (see ORCHESTRIERUNG.md section 5). {% endcomment %} {% load i18n %} {% block title %}{% trans "Delete report" %}{% endblock %} {% block content %}

{% trans "Delete report" %}

{% csrf_token %}

{% blocktrans trimmed with name=report.name %} Are you sure you want to delete the report {{ name }}? {% endblocktrans %}

{% blocktrans trimmed with identifier=report.identifier %} Scheduled exports that reference the identifier {{ identifier }} will start failing. {% endblocktrans %}
{% trans "Cancel" %}
{% endblock %}