{% extends "account/base_entrance.html" %}
{% load i18n %}
{% block title %}
{% trans "Sign up with a passkey" %}
{% endblock title %}
{% block content %}
{{ redirect_field }}
{% if signup_url %}
{% trans "Sign up with alternative method" %}
{% endif %}
{% endblock content %}