{% 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 %} {% bootstrap_field form.roomsharing__products layout="control" %} {% bootstrap_field form.roomsharing__questions layout="control" %}
{% endblock %}