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

{% trans "Donations" %}

{% trans "Let attendees chip in a donation on their order page. Create a non-admission 'free price input' product to carry the amount, then reference its ID below." %}

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