{% load eventurl %}
{% load i18n %}
{% load static %}
{% load thumb %}
Your-Order
|
{% if event %}
{% else %}
{% endif %}
{% block header %}
{{ subject }}
{% endblock %}
|
{{ body|safe }}
|
|
|
|
{% if position %}
{% trans "You are receiving this email because someone signed you up for the following event:" %}
|
|
{{ event.name }}
{% if event.has_subevents and ev.name|upper != event.name|upper %}
{{ ev.name }}
{% endif %}
{{ ev.get_date_range_display }}
{% if event.settings.show_times %}
{{ ev.date_from|date:"TIME_FORMAT" }}
{% endif %}
|
|
{% trans "Order code:" %}
|
{{ order.code }}
({{ order.datetime|date:"SHORT_DATE_FORMAT" }})
{% if order.email %}
{% trans "created by" %}
{{ order.email }}
{% endif %}
|
|
|
|
|
|
|
|
{% else %}
{% trans "You are receiving this email because you placed an order for the following event:" %}
|
|
{{ event.name }}
{% if not event.has_subevents and event.settings.show_dates_on_frontpage %}
{{ event.get_date_range_display }}
{% if event.settings.show_times %}
{{ event.date_from|date:"TIME_FORMAT" }}
{% endif %}
{% endif %}
|
|
{% trans "Order code:" %}
|
{{ order.code }} ({{ order.datetime|date:"SHORT_DATE_FORMAT" }})
|
|
{% if cart %}
{% for groupkey, positions in cart %}
{% if not groupkey.4 %}
{# is addon #}
{{ positions|length }}
x
{% endif %}
{% if groupkey.4 %}
{# is addon #}
+
{% endif %}
{{ groupkey.0.name }}
{% if groupkey.1 %}
–
{{ groupkey.1.value }}{% endif %}
{% if groupkey.2 %}
{# subevent #}
{% if groupkey.2.name|upper != event.name|upper %}
{{ groupkey.2.name }}
·
{% endif %}
{{ groupkey.2.get_date_range_display }}
{% if event.settings.show_times %}
{{ groupkey.2.date_from|date:"TIME_FORMAT" }}
{% endif %}
{% endif %}
{% if groupkey.3 %}
{# attendee name #}
{{ groupkey.3.name }}
{% endif %}
{% endfor %}
|
|
{% endif %}
|
|
|
{% endif %}
{% with 'target="blank" href="https://x.com/netwaysevents"'|safe as a_attr %}
{% blocktrans %}
|
netwaysevents
{% endblocktrans %}
{% endwith %}
|
|
{% with 'target="blank" href="https://de-de.facebook.com/netways"'|safe as a_attr %}
{% blocktrans %}
|
netways
{% endblocktrans %}
{% endwith %}
|
|
{% with 'target="blank" href="https://www.instagram.com/netways_gmbh/"'|safe as a_attr %}
{% blocktrans %}
|
netways_gmbh
{% endblocktrans %}
{% endwith %}
|
|
{% with 'target="blank" href="https://www.youtube.com/channel/UC8nIBEFmjzXjXeJV_hkkeIQ"'|safe as a_attr %}
{% blocktrans %}
|
netways
{% endblocktrans %}
{% endwith %}
|
|
|
|
|
|
|