{% extends 'microsys/base.html' %} {% load static %} {% block title %}{{ MS_TRANS.2fa_verify_title }}{% endblock %} {% block extra_head %} {% endblock %} {% block titlebar %}{% endblock %} {% block layout %}
{% if challenge_state.current_method == 'backup_code' %} {{ MS_TRANS.2fa_backup_instruction }} {% elif challenge_state.current_method == 'email' %} {% if challenge_state.email_sent or challenge_state.email_auto_sent %} {{ MS_TRANS.2fa_email_sent_instruction }} {% else %} {{ MS_TRANS.2fa_email_request_instruction }} {% endif %} {% else %} {{ MS_TRANS.2fa_totp_or_email_instruction }} {% endif %}
{{ MS_TRANS.2fa_verify_desc }}