{# djlint:off H006 #}
{% extends "mfa/totp/activate_form.html" %}
{% load allauth %}
{% load allauth_ui %}
{% load i18n %}
{% block content %}
{% translate "Activate Authenticator App" as heading %}
{% blocktranslate asvar subheading %}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.{% endblocktranslate %}
{% #container heading=heading subheading=subheading %}
{% translate "Activate" as button_text %}
{% url 'mfa_activate_totp' as action_url %}
{% #form form=form method="post" url=action_url button_text=button_text render_fields="false" %}
{% #form_field field=form.code %}
{% /form_field %}
{% translate "You can store this secret and use it to reinstall your authenticator app at a later time." %}