{% extends 'base_narrow.html' %} {% block body %}

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

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