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

{% translate 'Two-factor authentication' %}

The recovery code will be removed after it has been used. Make sure to create a new one after login!

{% csrf_token %} {% include 'utils/form_errors.html' with form=form %} {% bootstrap_field form.code %} {% translate 'Use FIDO2 instead' %} {% translate 'Use TOTP instead' %}
{% endblock %}