{% if !turnstile_site_key.is_empty() %} {% endif %}
{{ lang.other().label() }}
🐾
{{ t.nav_title }}
{{ t.login_title }}
{% if let Some(err) = error.as_ref() %}
{{ err }}
{% endif %} {% if auth_sso_enabled %}
{{ t.login_sso_button }}
{% endif %} {% if auth_password_enabled %} {% if auth_sso_enabled %}
{% endif %}
{{ t.users_login }}
{{ t.users_password }}
{% if !turnstile_site_key.is_empty() %}
{% endif %}
{{ t.login_button }}
{% endif %}