{% extends "account/base_entrance.html" %}{% load i18n static allauth %} {% block content %}

{% trans "Create Passkey" %}

{% blocktrans trimmed %}You are about to create a passkey for your account. As you can add additional keys later on, you can use a descriptive name to tell the keys apart.{% endblocktrans %}

{% csrf_token %} {% include 'allauth/components/form.html' %}
{% include 'mfa/webauthn/snippets/scripts.html' %} {{ js_data|json_script:"js_data" }}
{% endblock %}