{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Delete Email Rule" %}{% endblock %} {% block content %}

{% trans "Delete Email Rule" %}

{% csrf_token %}

{% blocktrans with subject=rule.subject %}Are you sure you want to delete the rule {{ subject }}?{% endblocktrans %}

{% trans "Cancel" %}
{% endblock %}