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

{% trans "You will share a room together with other attendees. You can create or join a rooming group. Please share this information with the friends, that you want to room with!" %}

{% csrf_token %} {% if order_has_room %} {% include "pretix_roomsharing/fragment_roomform.html" %} {% else %}
{% endif %}
{% endblock %}