One Time Password
{% csrf_token %} {% if invalid %}
Sorry, The provided token is not valid.
{% endif %} {% if quota %}
{{ quota }}
{% endif %}

Enter the 6-digits on your authenticator

{% if request.session.mfa_methods|length > 1 %} Select Another Method {% endif %}
{% include "modal.html" %}