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

{% translate 'Two-factor authentication' %}

{% translate 'Open your TOTP app to get an authentication code.' %}

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