{% extends "pretixpresale/organizers/customer_base.html" %} {% load i18n %} {% load icon %} {% load eventurl %} {% block title %}{% trans "Delete address" %}{% endblock %} {% block inner %}

{% icon "address-card-o" %} {% trans "Delete address" %}

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

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