{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load eventsignal %} {% load bootstrap3 %} {% load money %} {% block title %}{% trans "Cancel event" %}{% endblock %} {% block content %}

{% trans "Cancel event" %}

{% csrf_token %} {% bootstrap_form_errors form %}

{% blocktrans trimmed %} If you proceed, the system will do the following: {% endblocktrans %}

{% blocktrans trimmed %} These numbers are estimates and may change if the data in your event recently changed. {% endblocktrans %}

{% bootstrap_form_errors form %} {% if form.confirmation_code %} {% bootstrap_field form.confirm layout="control" %} {% bootstrap_field form.confirmation_code layout="control" %} {% else %} {% bootstrap_field form.confirm layout="inline" form_group_class="" %} {% endif %}
{% endblock %}