{% extends base_template %} {% load i18n otp_tags %} {% block content %}

{% trans "Set up an authenticator app" %}

{% trans "Scan this code with an authenticator app, then enter the six-digit code it shows." %}

{% qrcode provisioning_uri "Scan this code" %}
{% trans "Can't scan it?" %}
{{ secret_key }}
{% csrf_token %}

{% if error_message %}{{ error_message }}{% endif %}

{% trans "Cancel" %}
{% endblock %}