{{ _("dashboard.welcome") }}
{% if error %}{{ error }}
{{ message }}
{{ _("auth.sign_in_with_username") }}
{{ _("auth.or_continue_with") }}
{{ _("auth.or_continue_with") }}
{% for provider_key, provider in social_providers.items() %}
{{ _("auth.sign_in_with") }} {{ provider.name }}
{% endfor %}
{% endif %}
{% if allow_signup %}
{{ _("auth.no_account") }}
{{ _("auth.create_account") }}
{% endif %}