{% extends "base.html" %} {% load static %} {% load i18n %} {% load allauth account %} {% block head_title %} {% trans "Sign In" %} {% endblock head_title %} {% block content %}

{% trans "Welcome to Creative School" %}

{% trans "Don't have an account?" %} {% trans "Create an account" %}
{% if not SOCIALACCOUNT_ONLY %} {% url 'account_login' as login_url %}
{% csrf_token %}
{% trans "Forgot your password?" %}
{{ redirect_field }}
{% endif %}
{% 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 %}