{% extends "mfa/totp/base.html" %} {% load i18n %} {% load allauth %} {% block head_title %} {% trans "Deactivate Authenticator App" %} {% endblock head_title %} {% block content %}

{% trans "Deactivate Authenticator App" %}

{% blocktranslate %}You are about to deactivate authenticator app based authentication. Are you sure?{% endblocktranslate %}

{% url 'mfa_deactivate_totp' as action_url %}
{% csrf_token %} {% for field in form %} {{ field }} {% endfor %}
{% trans "Cancel" %}
{% endblock content %}