{{ _('auth.logo_alt') }}

{{ _("dashboard.welcome") }}

{% if error %} {% endif %} {% if message %} {% endif %}

{{ _("auth.sign_in_with_username") }}

{% if show_oauth %}
{{ _("auth.or_continue_with") }}
{{ _("auth.sign_in_sso") }} {{ oauth_provider_name }}
{% endif %} {% if social_providers %} {% if not show_oauth %}
{{ _("auth.or_continue_with") }}
{% endif %}
{% for provider_key, provider in social_providers.items() %} {{ _("auth.sign_in_with") }} {{ provider.name }} {% endfor %}
{% endif %}
{{ _("auth.return_home") }}
{% if allow_signup %}
{{ _("auth.no_account") }} {{ _("auth.create_account") }}
{% endif %}