{% 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 %}
{% blocktrans trimmed with name=report.name %} Are you sure you want to delete the report {{ name }}? {% endblocktrans %}
{{ identifier }}