{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Question" %}{% endblock %} {% block inside %}

{% trans "Question" %}

{% csrf_token %}
{% trans "General information" %} {% bootstrap_field form.question layout="horizontal" %} {% bootstrap_field form.type layout="horizontal" %} {% bootstrap_field form.required layout="horizontal" %}
{% trans "Apply to products" %} {% bootstrap_field form.items layout="horizontal" %}
{% blocktrans trimmed %} If you mark a Yes/No question as required, it means that the user has to select Yes and No is not accepted. If you want to allow both options, do not make this field required. {% endblocktrans %}
{% endblock %}