{% if chat_room %}
{{_("General Settings")}}

{{ csrf_token()|raw }}
{% if USER.user_type == 1 %}
{% elseif USER.user_type == 4 %}
{% else %} {% endif %}
{% if SETTINGS.guest_mode %} {% else %} {{_("Allow Guest Mode First in Registration Settings")}} {% endif %}

{% if chat_room.cover_image %} {% endif %}
{{_("Advance Settings")}}


{% if chat_room.background_image %} {% else %} {% endif %}

{% endif %}
{% 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 %}
{{_("Embed Chat Room")}}

{{_("Here is the iframe embed code to this chat room. You can copy and paste this on your website.")}}

{{_("Update height and width parameters accourding to your requirements.")}}

<iframe src="{{ SITE_URL }}{{chat_room.slug}}" width="600px" height="600px" frameborder="0"></iframe>