{% extends "pages/base.html" %} {% load i18n %} {% block title %}{% trans "Authenticator setup" %}{% endblock %} {% block content %}
{% trans "Use an authenticator app to generate one-time codes for logging in." %}
{% if confirmed_device %}{% blocktrans trimmed %}If you cannot scan the QR code, enter this key in your authenticator app:{% endblocktrans %}
{{ manual_key }}
{% endif %}{% trans "After scanning, enter a code from your app to confirm enrollment." %}
{% trans "Password-based logins remain available even when an authenticator app is enabled." %}