{% extends "mfa/webauthn/base.html" %}{% load i18n static allauth %} {% block content %}

{% trans "Add Security Key" %}

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