{% extends "pretixcontrol/auth/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Disable notifications" %}{% endblock %} {% block content %}
{% csrf_token %}

Please confirm that you no longer want to receive notifications for any of your events.

{% endblock %}