{% 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:" %}
{% blocktrans trimmed with BRANDING=BRANDING|capfirst %} Please enter the 6-digit code for "{{ BRANDING }}" to confirm the registration: {% endblocktrans %}
{% endblock content %}