{% extends "pretixpresale/organizers/base.html" %} {% load i18n %} {% load eventurl %} {% block title %}{% trans "Delete address" %}{% endblock %} {% block content %}

{% trans "Delete address" %}

{% csrf_token %}

{% trans "Do you really want to delete the following address from your account?" %}

{{ address.describe|linebreaksbr }}
{% endblock %}