{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load order_overview %} {% block title %}{% trans "Data shredder" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} You are about to permanently delete data from the server, even though you might be required to keep some of this data on file. You can therefore download the following file and store it in a safe place: {% endblocktrans %}
{% trans "Download data" %}
{% blocktrans trimmed with event=request.event.name slug=request.event.slug %} Please re-check that you are fully certain that you want to delete the selected categories of data from the event {{ event }}. To confirm you really want this, please type out the event's short name ("{{ slug }}") here: {% endblocktrans %}
{% blocktrans trimmed %} In the downloaded file, there is a text file named "CONFIRM_CODE.txt" with a six-character code. Please enter this code here to confirm that you successfully downloaded the file. {% endblocktrans %}