{% extends 'django_mfa/base.html' %} {% load i18n %} {% block content %} {% if user_codes %}

Recovery Codes

{% for code in user_codes %}

{{code}}

{% endfor %}
Download Home Page {% else %}

You have not enabled MFA, enable it Now ?

Enable Mfa
{% endif %} {% endblock %}