{% extends "account/base.html" %} {% load i18n %} {% block content %}

{% trans "Setup Two-Factor Authentication" %}

{% trans 'Step 1' %}:

{% trans 'Scan the QR code below with a token generator of your choice (for instance Google Authenticator).' %}

{% trans 'Step 2' %}:

{% trans 'Input a token generated by the app:' %}

{% csrf_token %} {{ form.non_field_errors }} {{ form.token.label }}: {{ form.token }}
{% endblock %}