{% load i18n %} {% trans "Upgrade your ticket" %} · {{ event.name }}

{% trans "Upgrade your ticket" %}

{% blocktrans %}Move up a tier and pay only the difference. Your existing ticket is kept — nothing is lost.{% endblocktrans %}

{% if messages %}{% for m in messages %}
{{ m }}
{% endfor %}{% endif %}
{% trans "Current ticket" %}: {{ position.item.name }}{% if position.variation %} – {{ position.variation }}{% endif %} · {{ event.currency }} {{ position.price }} {% if position.attendee_name %}
{% trans "Holder" %}: {{ position.attendee_name }}{% endif %}
{% if deadline_passed %}
{% trans "Upgrades have closed for this event." %}
{% elif options %} {% for opt in options %}
{% csrf_token %} {% if opt.variation %}{% endif %}
{{ opt.label }}
{% trans "New price" %}: {{ event.currency }} {{ opt.price }}
+{{ event.currency }} {{ opt.diff }}
{% endfor %} {% else %}
{% trans "No upgrades are available for this ticket right now." %}
{% endif %} {% trans "Back to my order" %}