{% extends "base.html" %} {% load static i18n %} {% block title %}{% translate 'Two-factor authentication' %} · {{ block.super }}{% endblock %} {% block content %}

{% translate 'Two-factor authentication' %}

{% translate 'When you are ready to authenticate with FIDO2, press the button below.' %}

{% csrf_token %} {% include 'utils/form_errors.html' with form=form %} {{ form.code.as_hidden }} {% translate 'Use TOTP instead' %} {% translate 'Use recovery code instead' %}
{% endblock %} {% block extra_scripts %} {% endblock %}