{% extends "mfa/base_manage.html" %} {% load blocktrans trans from i18n %} {% load crispy from crispy_forms_tags %} {% block edit_content_subheader %}
{% endblock edit_content_subheader %} {% block edit_content %} {% block mfa_totp %} {% if "totp" in MFA_SUPPORTED_TYPES %} {% if not authenticators.totp %} {# Placeholder section onboarding users to TOTP #}{% blocktrans trimmed %} Two-factor authentication using an authenticator app is enabled. {% endblocktrans %}
{% trans "Deactivate" %}{% blocktrans trimmed %} Recovery codes are one-time use codes that can be used as backup two-factor authentication codes. {% endblocktrans %}
{% url 'mfa_view_recovery_codes' as view_url %} {% trans "Manage recovery codes" %} {% endif %} {% endblock mfa_recovery %} {% endblock edit_content %}