{% for chat_room in chat_rooms %}
{{ chat_room.description }}
{% else %}Join with {{ chat_room.name }} chat room at {{SETTINGS.site_name}}. {% if not chat_room.is_visible %} {{ chat_room.name }} is public chat room. Everyone on {{SETTINGS.site_name}} will be able to join. {% else %} {{ chat_room.name }} is private chat room. Only people with the invite link will be able to join. {% endif %} {% if chat_room.is_protected %} You need {{ chat_room.name }} password to log in to the chat room. {% endif %}
{% endif %}