{% 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 are taking part in the room share as an individual." %}
{% endif %}