{% if chat_room %}

{{ _("Welcome to") }} {{chat_room.name}}!

{% elseif SETTINGS.site_name %}

{{ _("Welcome to") }} {{SETTINGS.site_name}}

{% else %}

{{ _("Welcome") }}

{% endif %}
{{ msg() }} {% if SETTINGS.sso_enabled and SETTINGS.sso_login_url and admin_login != true %}
{% if chat_room %} {{chat_room.description}} {% endif %}
{{_("Login")}} {% else %} {% if SETTINGS.guest_mode %} {% endif %} {% if SETTINGS.guest_mode %}
{% endif %}
{{ csrf_token()|raw }}
{% if SETTINGS.recaptcha_version == 2 %}
{% endif %} {% if SETTINGS.recaptcha_version == 3 %} {% endif %} {% if SETTINGS.enable_social_login %} {% endif %}
{% if SETTINGS.guest_mode %}
{{ csrf_token()|raw }}
{{_("Guest")}}-
{% if SETTINGS.guest_dob %}
{{_("Birthday")}}
{% endif %} {% if SETTINGS.guest_sex %}
{{_("Gender")}}
{% endif %} {% if SETTINGS.guest_country %}
{{_("Country")}}
{% endif %} {% if SETTINGS.recaptcha_version == 2 %}
{% endif %} {% if SETTINGS.recaptcha_version == 3 %} {% endif %}
{% endif %}
{% if SETTINGS.member_registration == "1" %} {{_("Create an Account!")}} {% endif %} {{_("Forgot Password?")}} {{_("Home")}}
{% endif %}