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

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

{% csrf_token %}

{% trans "Please select the desired changes to your ticket. Note that you can only perform changes that do not change the total price of the ticket." %}

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