{% extends 'base.html' %} {% block content %}

Two-factor authentication

{% if twofactor_enabled %}

Status: On

Disable MFA
{% else %}

Status: Off

Enable MFA

Two-factor authentication provides another layer of security to your account.

{% endif %}
{% endblock %}