{% extends 'dlux/base.html' %} {% load static %} {% block title %}{{ DLUX_STRINGS.2fa_verify_title }}{% endblock %} {% block extra_head %} {% endblock %} {% block titlebar %}{% endblock %} {% block layout %}
{% include 'dlux/includes/messages.html' with dlux_flash_mode='page' %}
{{ DLUX_STRINGS.login_logo_alt }}
{% csrf_token %}
{% if user_methods %} {% else %}

{{ DLUX_STRINGS.2fa_verify_desc }}

{% endif %} {% if error_message %} {% else %} {% endif %}
{% if intent == 'login' %}
{% endif %}
{% if intent == 'login' %} {{ DLUX_STRINGS.back_to_login }} {% else %} {{ DLUX_STRINGS.btn_cancel }} {% endif %}
{{ DLUX_STRINGS.login_logo_alt }}
{% if intent == 'login' %}
{% csrf_token %}
{{ challenge_state|json_script:"dlux-twofa-login-state" }} {% else %}
{% csrf_token %}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}