{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load eventsignal %} {% load bootstrap3 %} {% block title %}{% trans "DB VAT eCoupons" %}{% endblock %} {% block inside %}

{% trans "Import new DB VAT eCoupons" %}

{% csrf_token %} {% bootstrap_form_errors form %}
{% bootstrap_field form.secrets layout="control" %} {% bootstrap_field form.valid_from layout="control" %} {% bootstrap_field form.valid_to layout="control" %} {% if form.subevent %} {% bootstrap_field form.subevent layout="control" %} {% endif %}
{% blocktrans trimmed %} Please make sure to insert the dates that the vouchers are valid for travel - not the dates for when they can be used to book travel. The former will be provided to you by DB and should only cover a few days around your event date. The latter, to be ignored dates, span a much larger period and probably cover the time period from now until the scheduled end of your event. {% endblocktrans %}
{% endblock %}