{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %}{% load bootstrap3 %} {% block inside %}

{% trans "Self-serve upgrades" %}

{% trans "Let attendees move their ticket up a tier (e.g. GA to VIP) after they've bought, paying only the difference through the normal order page." %}

{% csrf_token %} {% bootstrap_form form layout="horizontal" %}
{% endblock %}