{% extends "base.html" %} {% load i18n static %} {% load allauth account %} {% load crispy_forms_filters %} {% block title %}{{ _("Sign In") }}{% endblock title %} {% block content %}
{% trans 'home' %} {% trans 'home' %}

{{ _("Sign In") }}

{% if SOCIALACCOUNT_ENABLED %}

Login to your account

{% include "socialaccount/snippets/login.html" with page_layout="entrance" %} {% endif %} {% if not SOCIALACCOUNT_ONLY %}
{% csrf_token %} {{ redirect_field }} {{ form|crispy }}
{% endif %}
{% trans 'If you have not created an account yet, then please' %} {% trans 'Sign Up'|capfirst %}
{% endblock content %} {% block extra_body %} {{ block.super }} {% if PASSKEY_LOGIN_ENABLED %} {% include "mfa/webauthn/snippets/login_script.html" with button_id="passkey_login" %} {% endif %} {% endblock %}