{% extends "authentication/_base.html" %} {% load i18n %} {% block heading %} {% translate "Disconnect authenticator app" %} {% endblock heading %} {% block content %}
{% translate "You are about to disconnect your authenticator app from your account and deactivate TOTP authentication." %} {% translate "Are you sure about that?" %}
{% csrf_token %}
{% translate "Back to the user settings" %}
{% endblock content %}