{% load i18n %} {% load eventurl %}
{% blocktrans trimmed with room=room.name %} You are taking part in the roomshare as part of the room {{ room }}. {% endblocktrans %}
{% if is_admin %}{% trans "You have created this room." %}
{% endif %}{% trans "Your fellow room members are:" %}
{% trans "You will be randomly assigned a room or you have a ticket type without a room." %}
{% endif %}