{% extends "orga/cfp/base.html" %} {% load i18n %} {% block content %}

{% trans "Do you really want to delete this event?" %}

»{{ request.event.name }}« – {% trans "ALL related data, such as submissions, and speaker profiles, and uploads, will also be deleted and cannot be restored." %}

{% csrf_token %}
{% trans "Back" %}
{% endblock %}