{{_("General Settings")}}

{{ csrf_token()|raw }}
{{_('Room Category')}}
{{_('Name')}}
{{_("Description")}}
{{_("Slug")}}
{% if USER.user_type == 1 %}
{% elseif USER.user_type == 4 %}
{% else %} {% endif %}
{{_("Auto join users to this room on the first visit")}}
{{_("Cover Image")}}
{{_("Room Icon")}}
{{_("Status")}}

{{_("Advance Settings")}}

{{_("Notice message",1)}}
{{_("Notice style",1)}}

{{_("Background Image")}}

{{_("Disable direct messages")}}
{{_("Disable user list")}}
{{_("User list type")}}
{{_("Users can only chat with")}}
{% if SETTINGS.display_name_format == 'fullname' %} {% endif %} {% for room_user in room_users %} {% if room_user.id %} {% if SETTINGS.display_name_format == 'fullname' %} {% endif %} {% endif %} {% endfor %}
{{_("Name")}}{{_("Username")}} {{_("User Type")}}
{{room_user.first_name}} {{room_user.last_name}} {{ room_user.user_name }} {% if room_user.user_type == 1 %} Admin {% elseif room_user.user_type == 2 %} Member {% elseif room_user.user_type == 3 %} Guest {% elseif room_user.user_type == 4 %} Moderator {% endif %}
{% if room_user.id != USER.id and room_user.user_type!=1 and room_user.user_type == 2 and room_mod == 0 %} {% endif %} {% if (USER.user_type == 2 or USER.user_type == 4) and (room_user.user_type == 1 or room_user.user_type == 4) %}   {% else %} {% if (room_user.id != USER.id and room_user.user_type!=1) and (room_user.id != created_by) %} {% endif %} {% endif %}