{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %} {% trans "Mandatory product settings" %} {% endblock %} {% block inside %}

{% trans "Mandatory product settings" %}

{% trans "You can force your customers to add the selected products to their shopping cart. Use this functionality carefully!" %}

{% csrf_token %}
{% bootstrap_form_errors form %} {% bootstrap_field form.mandatory_product__list layout="control" %} {% bootstrap_field form.mandatory_product__combine layout="control" %} {% bootstrap_field form.mandatory_product__note layout="control" %}
{% endblock %}