{% extends "mfa/webauthn/base.html" %} {% load i18n %} {% block title %} {% trans "Remove Security Key" %} {% endblock title %} {% block breadcrumbs %} {{ block.super }} {% endblock 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 %}
{% blocktrans with name=authenticator.wrap.name %}Are you sure you want to remove the security key "{{ name }}"?{% endblocktrans %}