diff --git a/src/pretix/presale/templates/pretixpresale/organizers/customer_address_delete.html b/src/pretix/presale/templates/pretixpresale/organizers/customer_address_delete.html index 9da35f9dba..8715783319 100644 --- a/src/pretix/presale/templates/pretixpresale/organizers/customer_address_delete.html +++ b/src/pretix/presale/templates/pretixpresale/organizers/customer_address_delete.html @@ -1,33 +1,39 @@ -{% extends "pretixpresale/organizers/base.html" %} +{% extends "pretixpresale/organizers/customer_base.html" %} {% load i18n %} +{% load icon %} {% load eventurl %} {% block title %}{% trans "Delete address" %}{% endblock %} -{% block content %} -
+ {% trans "Do you really want to delete the following address from your account?" %} +
+ + {{ address.describe|linebreaksbr }} + +- + {% icon "trash" %} {% trans "Delete" %}
diff --git a/src/pretix/presale/templates/pretixpresale/organizers/customer_base.html b/src/pretix/presale/templates/pretixpresale/organizers/customer_base.html index 158ec92245..cc18330675 100644 --- a/src/pretix/presale/templates/pretixpresale/organizers/customer_base.html +++ b/src/pretix/presale/templates/pretixpresale/organizers/customer_base.html @@ -1,7 +1,6 @@ {% extends "pretixpresale/organizers/base.html" %} {% load i18n %} {% load eventurl %} -{% load bootstrap3 %} {% block content %}| {% trans "Order code" %} | -{% trans "Event" %} | -{% trans "Product" %} | -{% trans "Order date" %} | -{% trans "Status" %} | -- |
|---|---|---|---|---|---|
| - - {{ op.order.code }}-{{ op.positionid }} - - {% if op.order.testmode %} - {% trans "TEST MODE" %} - {% endif %} - | -
- {{ op.order.event }}
- {% if op.subevent %}
- - {{ op.subevent|default:"" }} - {% endif %} - |
- - {{ op.item.name }} - {% if op.variation %}– {{ op.variation }}{% endif %} - | -- {{ op.order.datetime|date:"SHORT_DATETIME_FORMAT" }} - | -- {% if op.canceled %} - {% trans "Canceled" %} - {% else %} - {% include "pretixcontrol/orders/fragment_order_status.html" with order=op.order %} - {% endif %} - | -- - {% trans "Details" %} - - | -
{% trans "You haven’t used this membership yet." %}
+ {% endif %} ++ {% trans "Do you really want to delete the following profile from your account?" %} +
++ {{ profile.describe|linebreaksbr }} +
+{{ ap.describe|linebreaksbr }}
+ +{% trans "You don’t have any attendee profiles in your account yet." %}