{% extends "account/base_entrance.html" %}{% load i18n allauth %} {% block head_title %}{% trans "Signup" %}{% endblock %} {% block content %}

{% trans "Sign Up" %}

{% blocktrans trimmed %}Already have an account? Then please sign in.{% endblocktrans %}

{% if not SOCIALACCOUNT_ONLY %}
{% csrf_token %}{{ redirect_field }} {% include 'allauth/components/form.html' %}
{% endif %} {% if PASSKEY_SIGNUP_ENABLED %}
{% trans "Sign up using a passkey" %}
{% endif %} {% if SOCIALACCOUNT_ENABLED %} {% include "socialaccount/snippets/login.html" with page_layout="entrance" %} {% endif %}
{% endblock %}