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

{% trans "DB Event Offer" %}

{% blocktrans trimmed %} By cooperating with Deutsche Bahn (DB), you can make your events more sustainable and offer your attendees at the same time a significant discount on their long distance train travel. {% endblocktrans %}

{% blocktrans trimmed with dbeventdiscount="https://www.bahn.de/eventangebote" dbeventsignup="https://www.veranstaltungsticket-bahn.de/mice/" %} To get started, please visit {{ dbeventdiscount }} for more information and sign up on the DB MICE portal to request your participation. {% endblocktrans %}

{% blocktrans trimmed %} Please remember, that you'll need to mark products that are eligible to receive the DB Event Offer explicitly by activating the corresponding checkbox within the product's "Additional Settings"-tab. {% endblocktrans %}

{% bootstrap_form_errors form %} {% csrf_token %}
{% trans "Settings" %} {% bootstrap_form form layout="horizontal" %}
{% endblock %}