{% extends "simplemfa/mfa_base.html" %} {% load static %} {% block head %} {% if not request.user.is_authenticated %} {% endif %} {% endblock %} {% block content %}

MFA Verification

{% if form.errors %} {% for field, errors in form.errors.items %} {% for error in errors %}

* {{ error }}

{% endfor %} {% endfor %} {% endif %} {% if mfa_code_sent %}
{% csrf_token %}
{% else %}
{% csrf_token %} Please select a way to receive your code:
{% if sanitized_phone %} {% endif %}
{% endif %} {% endblock %}