{% extends "mfa/webauthn/base.html" %} {% load i18n %} {% block title %} {% trans "Remove Security Key" %} {% endblock title %} {% block page.breadcrumbs %} {{ block.super }} {% endblock page.breadcrumbs %} {% block page.content %} {% csrf_token %}

{% blocktrans with name=authenticator.wrap.name %}Are you sure you want to remove the security key "{{ name }}"?{% endblocktrans %}

{% endblock page.content %}