{% extends "authentic2/base-page.html" %} {% load i18n %} {% block content %}
{% csrf_token %}

{% trans "Are you sure you want to disable the one-time code authenticator (TOTP)?" %}

{% blocktrans %} Doing so will invalidate configuration on all devices, meaning that the codes they generate won't be valid anymore. {% endblocktrans %} {% endblock %}