{% include "logo.html" %}

{% 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 %}
{{_("Sign in")}} {% 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 %}
{% endif %} {% if SETTINGS.guest_sex %}
{% endif %} {% if SETTINGS.guest_country %}
{% endif %} {% if SETTINGS.recaptcha_version == 2 %}
{% endif %} {% if SETTINGS.recaptcha_version == 3 %} {% endif %}
{% endif %}
{% if SETTINGS.member_registration == "1" %} {{_("Create an account")}} {% endif %} {{_("Back to home")}}
{% endif %}