{% extends 'microsys/base.html' %} {% load static %} {% block title %}{{ MS_TRANS.2fa_verify_title }}{% endblock %} {% block extra_head %} {% endblock %} {% block titlebar %}{% endblock %} {% block layout %}
{% if user_methods.totp %} {{ MS_TRANS.2fa_totp_or_email_instruction|default:"Enter your authenticator code. You can request an email code if enabled." }} {% else %} {{ MS_TRANS.2fa_email_request_instruction|default:"Request an email code, then enter it here." }} {% endif %}
{{ MS_TRANS.2fa_verify_desc }}