{% extends "mfa/totp/base.html" %}{% load allauth i18n %} {% block head_title %}{% trans "Activate Authenticator App" %}{% endblock %} {% block content %}

{% trans "Activate Authenticator App" %}

{% blocktrans trimmed %}To protect your account with two-factor authentication, scan the QR code below with your authenticator app. Then, input the verification code generated by the app below.{% endblocktrans %}

{% csrf_token %} form.secret
{% trans "Authenticator secret" %}
{% include 'allauth/components/form.html' %}
{% endblock %}