{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load order_overview %} {% block title %}{% trans "Data shredder" %}{% endblock %} {% block content %}

{% trans "Data shredder" %}

{% csrf_token %}
{% if download_on_shred %} {% trans "Step 1: Download data" %} {% else %} {% trans "(Optional) Step 1: Download data" %} {% endif %}

{% 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" %}

{% trans "Step 2: Confirm deletion" %}

{% 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 %}


{% if download_on_shred %}
{% trans "Step 3: Confirm download" %}

{% 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 %}


{% endif %}
{% endblock %}