{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Configuration Sortir! pour" %} {{ item.name }}{% endblock %} {% block inside %}

{% trans "Configuration Sortir!" %} {{ item.name }} {% if variation %} - {{ variation.value }}{% endif %}

{% csrf_token %} {% bootstrap_form_errors form %}
{% trans "Tarif Sortir!" %}
{% trans "Prix normal" %}
{% if variation %} {{ variation.price|floatformat:2 }} € {% else %} {{ item.default_price|floatformat:2 }} € {% endif %}
{% bootstrap_field form.requires_sortir layout="control" %} {% bootstrap_field form.sortir_price layout="control" %}
{% trans "Annuler" %}
{% endblock %}