{% extends "base.html" %} {% load i18n %} {% block title %}Enable Two-Factor Authentication{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans "Setup Two-Factor Authentication" %}

{% trans 'Step 1' %}:

{% trans "Scan the QR code below with a token generator of your choice (e.g., Google Authenticator, Microsoft Authenticator)." %}

{% trans "If you can't use the QR code, enter " %} {% trans "this code instead." %}

{% trans 'Step 2' %}:

{% trans 'Input the token generated by the app:' %}

{% csrf_token %} {{ form.non_field_errors }} {{ form.otp_token.label }}: {{ form.otp_token }}
{# modal #} {% endblock %}