{% extends base_template %} {% load i18n static webauthn_tags %} {% block content %}

{% trans "Use your security key" %}

{% trans "Select the button below, then follow your browser's prompt to use your security key or passkey." %}

{% comment %}webauthn.js reveals this by setting .hidden = false when the browser has no WebAuthn support. It MUST render with `hidden` set.{% endcomment %} {% if error_message %}

{{ error_message }}

{% endif %} {# Left empty on purpose: webauthn.js writes ceremony errors here. #} {% webauthn_options_script options "webauthn-options" %}
{% csrf_token %}
{% trans "Use another method" %}
{% endblock %}