{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content_title %}{% trans "Authenticator setup" %}{% endblock %} {% block content %}
{% trans "Generate a secret, scan the QR code with your authenticator app, then confirm a one-time code." %}
{% if device %}{% trans "Manual key" %}: {{ manual_key }}
{% endif %}{% trans "Scan the QR code or enter the key in your authenticator app." %}