{% extends 'dlux/base.html' %} {% load static %} {% load dlux_tags %} {% block title %}{{ DLUX_STRINGS.2fa_verify_title }}{% endblock %} {% block extra_head %} {% endblock %} {% block titlebar %}{% endblock %} {% block layout %} {% with lc=login_config|default:APP_CONFIG.login %} {% with ls=lc.style|default:"split" lt=lc.logo_treatment|default:"none" lts=lc.logo_treatment_shape|default:"soft" lbc=lc.banner_color|default:"" sl=lc.show_logo %} {% include 'dlux/includes/messages.html' with dlux_flash_mode='page' %}
{% if sl %} {# Mobile: shown for all styles. Desktop: shown only for fullpage (logo sits above the form). #} {% endif %}
{% csrf_token %}
{% if user_methods %} {% else %}

{{ DLUX_STRINGS.2fa_verify_desc }}

{% endif %} {% if error_message %} {% else %} {% endif %}
{% if intent == 'login' %}
{% endif %}
{% if ls == 'fullpage' %} {% elif sl %}
{{ DLUX_STRINGS.login_logo_alt }}
{% endif %}
{% endwith %} {% endwith %} {% if intent == 'login' %}
{% csrf_token %}
{{ challenge_state|json_script:"dlux-twofa-login-state" }} {% else %}
{% csrf_token %}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}