{% extends "authentication/_base.html" %} {% load i18n %} {% block heading %} {% translate "Add authenticator app" %} {% endblock heading %} {% block content %}

{% translate "Please scan the QR code with your authenticator app:" %}

QR code for TOTP registration

{% blocktrans trimmed with BRANDING=BRANDING|capfirst %} Please enter the 6-digit code for "{{ BRANDING }}" to confirm the registration: {% endblocktrans %}

{% csrf_token %}
{% endblock content %}