{% extends "mfa/webauthn/base.html" %} {% load allauth i18n %} {% block head_title %} {% trans "Remove Security Key" %} {% endblock head_title %} {% block content %} {% element h1 %} {% trans "Remove Security Key" %} {% endelement %} {% element p %} {% blocktranslate %}Are you sure you want to remove this security key?{% endblocktranslate %} {% endelement %} {% url 'mfa_remove_webauthn' pk=authenticator.pk as action_url %} {% element form method="post" action=action_url no_visible_fields=True %} {% slot actions %} {% csrf_token %} {% element button type="submit" icon="trash-2" tags="danger" %} {% translate "Remove" %} {% endelement %} {% endslot %} {% endelement %} {% endblock content %}