{% extends "pretixpresale/event/checkout_base.html" %} {% load i18n %} {% load money %} {% load bootstrap3 %} {% block inner %}

{% trans "Rooms allow you to share a room together with other attendees, you can create or join a room group now and share this with your friends. Please keep in mind that if you use a day ticket you will have to set this to random if you want your order to be accepted" %}

{% csrf_token %} {% include "pretix_roomsharing/fragment_roomform.html" %}
{% endblock %}