{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Modify order" %}{% endblock %} {% block content %}

{% blocktrans trimmed with code=order.code %} Modify order: {{ code }} {% endblocktrans %}

{% csrf_token %}
{% if event.settings.invoice_address_asked %}
{% blocktrans trimmed %} Modifying your invoice address will not automatically generate a new invoice. Please contact us if you need a new invoice. {% endblocktrans %}
{% endif %} {% for form in forms %} {% endfor %}
{% endblock %}