{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load eventsignal %} {% load eventurl %} {% block title %}{% trans "Change multiple vouchers" %}{% endblock %} {% block inside %}

{% trans "Change multiple vouchers" %} {% blocktrans trimmed with number=vouchers.count %} {{ number }} selected {% endblocktrans %}

{% csrf_token %} {% bootstrap_form_errors form %}
{% trans "Voucher details" %} {% bootstrap_field form.max_usages layout="bulkedit" %} {% bootstrap_field form.valid_until layout="bulkedit" %} {% bootstrap_field form.itemvar layout="bulkedit" %}
{% bootstrap_field form.price_mode show_label=False form_group_class="" %}
{% bootstrap_field form.value show_label=False form_group_class="" %}
{% blocktrans trimmed %} If you choose "any product" for a specific quota and choose to reserve quota for this voucher above, the product can still be unavailable to the voucher holder if another quota associated with the product is sold out! {% endblocktrans %}
{% if form.subevent %} {% bootstrap_field form.subevent layout="bulkedit" %} {% endif %}
{% trans "Advanced settings" %} {% bootstrap_field form.block_quota layout="bulkedit" %} {% bootstrap_field form.allow_ignore_quota layout="bulkedit" %} {% bootstrap_field form.min_usages layout="bulkedit" %} {% bootstrap_field form.budget addon_after=request.event.currency layout="bulkedit" %} {% bootstrap_field form.tag layout="bulkedit" %} {% bootstrap_field form.comment layout="bulkedit" %} {% bootstrap_field form.show_hidden_items layout="bulkedit" %} {% bootstrap_field form.all_addons_included layout="bulkedit" %} {% bootstrap_field form.all_bundles_included layout="bulkedit" %}
{% if voucher.pk %} {% endif %}
{% endblock %}