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

{% trans "Remove Security Key" %}

{% blocktrans trimmed %}Are you sure you want to remove this security key?{% endblocktrans %}

{% csrf_token %}
{% endblock %}