{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block content %}

{% trans "Cancel or delete event" %}

{% trans "Go offline" %}

{% blocktrans trimmed %} You can take your event offline. Nobody except your team will be able to see or access it any more. {% endblocktrans %}
{% csrf_token %}

{% trans "Cancel event" %}

{% blocktrans trimmed %} If you need to call off your event you want to cancel and refund all tickets, you can do so through this option. {% endblocktrans %}

{% trans "Delete personal data" %}

{% blocktrans trimmed %} You can remove personal data such as names and email addresses from your event and only retain the financial information such as the number and type of tickets sold. {% endblocktrans %}

{% trans "Delete event" %}

{% blocktrans trimmed %} You can delete your event completely only as long as it does not contain any undeletable data, such as orders not performed in test mode. {% endblocktrans %}
{% endblock %}