{% extends "account/base.html" %} {% load i18n crispy_forms_tags %} {% 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 'QR Code' %}

{% trans 'Secret: ' %}{{ secret }}


{% trans 'Step 2' %}:

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

{% csrf_token %} {{ form|crispy }}
{% trans "Return to Site" %}
{% endblock content %}