{% extends 'microsys/base.html' %} {% load static %} {% block title %}{{ MS_TRANS.2fa_verify_title }}{% endblock %} {% block extra_head %} {% endblock %} {% block titlebar %}{% endblock %} {% block layout %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
Login Logo
{% csrf_token %}
{% if user_methods %}
{% if user_methods.totp %} {% endif %} {% if user_methods.email %} {% endif %} {% if user_methods.phone %} {% endif %}

{{ MS_TRANS.2fa_verify_desc }}

{% else %}

{{ MS_TRANS.2fa_verify_desc }}

{% endif %} {% if error_message %} {% endif %}
{% if intent == 'login' %} {{ MS_TRANS.2fa_resend_btn }} Back to Login {% else %} {{ MS_TRANS.2fa_resend_btn }} Cancel {% endif %}
Login Logo
{% endblock %} {% block scripts %} {% endblock %}