- {% if customer %}
-
- {% blocktrans trimmed with org=request.organizer.name %}
- You are currently logged in with the following credentials.
- {% endblocktrans %}
-
-
- - {% trans "Email" %}
- -
- {{ customer.email }}
-
- - {% trans "Name" %}
- - {{ customer.name }}
- - {% trans "Customer ID" %}
- -
- #{{ customer.identifier }}
-
-
- {% else %}
-
- {% blocktrans trimmed with org=request.organizer.name %}
- If you created a customer account at {{ org }} before, you can log in now and connect
- your order to your account. This will allow you to see all your orders in one place
- and access them at any time.
- {% endblocktrans %}
-
- {% if request.organizer.settings.customer_accounts_native %}
- {% bootstrap_form login_form layout="checkout" %}
-
- {% endif %}
+
+
+ {% if customer %}
+
+ {% blocktrans trimmed with org=request.organizer.name %}
+ You are currently logged in with the following credentials.
+ {% endblocktrans %}
+
+
+ - {% trans "Email" %}
+ -
+ {{ customer.email }}
+
+ - {% trans "Name" %}
+ - {{ customer.name }}
+ - {% trans "Customer ID" %}
+ -
+ #{{ customer.identifier }}
+
+
+ {% else %}
+
+ {% blocktrans trimmed with org=request.organizer.name %}
+ If you created a customer account at {{ org }} before, you can log in now and connect
+ your order to your account. This will allow you to see all your orders in one place
+ and access them at any time.
+ {% endblocktrans %}
+
+ {% if request.organizer.settings.customer_accounts_native %}
+ {% bootstrap_form login_form layout="checkout" %}
+
+
+ {% endif %}
-