{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %} {% trans "Roomsharing Settings" %} {% endblock %} {% block inside %}

{% trans "Roomsharing Settings" %}

{% trans "You can setup the roomsharing feature here." %}

{% csrf_token %}
{% bootstrap_form_errors form %}

{% trans "Selecting a product here requires room shares to be the same product. You can get around this by using bundled products and selecting one of those here." %}

{% bootstrap_field form.roomsharing__products layout="control" %}

{% trans "This is the name field that will be shown to other users." %}

{% bootstrap_field form.roomsharing__questions layout="control" %}
{% endblock %}