{% extends "base.min.html" %} {% block container %}
{{ _("This chat room has been deactivated. Please contact us for more information") }}
{{ _("Sorry, you have been kicked out from this chatroom due to a policy violation. Please contact us for more information") }}
{{ _("You may not have the appropriate permissions to access this room") }}
{{chat_room.description}}
{% endif %}{{ _("You are about to join") }} {{chat_room.name}}. {% if chat_room.is_protected %} {{ _("enter the chatroom PIN and") }} {% endif %} {{ _("click the join button") }}