{% extends 'base.html' %} {% block body %}
branding logo

{{_("Two-Factor Authentication")}}

{% if request.user_pre_mfa.mfa_webauthn_methods %}
- {{_("or")}} -
{% endif %}
{% if webauthn_supported and request.user_pre_mfa.mfa_webauthn_methods %} {% endif %} {% endblock %}