{% extends 'base_narrow.html' %} {% block head %} {{ super() }} {% if config.MFA_AUTH_TIMEOUT_SECONDS >= 60 %} {% endif %} {% endblock %} {% block body %}
{% if webauthn_supported and login_state.user.mfa_webauthn_methods %} {% endif %} {% endblock %}