{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load classname %} {% load eventurl %} {% load money %} {% block title %}{% blocktrans trimmed %} Change ticket {% endblocktrans %}{% endblock %} {% block content %}

{% blocktrans trimmed %} Change ticket {% endblocktrans %}

{% csrf_token %}

{% trans "Please confirm the following changes to your ticket." %}

{% include "pretixpresale/event/fragment_change_confirm.html" with hide_prices=request.event.settings.hide_prices_from_attendees %}
{% endblock %}