{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% translate "Add a new device for 2 factor authentication" %}{% endblock %} {% block content %} {% translate "Secure your account" as prefs_str %} {% include "wagtailadmin/shared/header.html" with title=prefs_str %}

{% translate "To better protect your account, you will be asked for a security code in addition to your password when you log in." %}

{% translate "This code is generated by an app on your phone and changes every 30 seconds." %}

{% translate "You can use, for example:" %}

{% if not form.instance.confirmed %}

{% translate "To activate this option:" %}

  1. {% translate "Install an authenticator app on your phone." %}
  2. {% translate "Scan the QR code below." %}
  3. {% translate "Enter the code displayed in the app." %}

{% translate "Important:" %} {% translate "If you lose your phone, you may no longer be able to access your account." %}

{% endif %}
{% csrf_token %}
{% endblock %}