{% extends "pretixcontrol/organizers/base.html" %} {% comment %} Owner from wave 2 on: portability-dev (see ORCHESTRIERUNG.md section 5). {% endcomment %} {% load i18n %} {% block title %}{% trans "Delete template" %}{% endblock %} {% block inner %}

{% trans "Delete report template" %}

{% csrf_token %}

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

{% blocktrans trimmed %} Reports that were created from this template stay in their events. They only lose the note that says where they came from. {% endblocktrans %}
{% trans "Cancel" %}
{% endblock %}