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

{% trans "Gifting" %}

{% trans "Let a buyer send one of their tickets to someone else as a gift. The recipient claims it with a code — which reissues the ticket to them and disables the sender's copy, so it can't be used twice." %}

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