{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load eventsignal %} {% load money %} {% load eventurl %} {% block title %}{% trans "Registration details" %}{% endblock %} {% block content %}
{% blocktrans trimmed with email=""|add:order.email|add:""|safe %} This order is managed for you by {{ email }}. Please contact them for any questions regarding payment, cancellation or changes to this order. {% endblocktrans %}
{% blocktrans trimmed %} If you want to make changes to the components of your ticket, you can click on the following button. {% endblocktrans %}
{% blocktrans trimmed with email=order.email %} You can only make some changes to this ticket yourself. For additional changes, please get in touch with the person who bought the ticket ({{ email }}). {% endblocktrans %}