{% extends "base.html" %} {% load i18n %} {% block title %}Enable Two-Factor Authentication{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% 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 'Input the token generated by the app:' %}
{# modal #}