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

{% trans "Partial cancellation" %}

{% blocktrans trimmed %} Allow customers to cancel individual tickets from a free order. The remaining tickets in the order will stay valid. {% endblocktrans %}

{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_field form.partial_cancellation_enabled layout="horizontal" %}
{% endblock %}