{% extends "account/base.html" %} {% load i18n %} {% block content %}
{% trans 'Scan the QR code below with a token generator of your choice (for instance Google Authenticator).' %}
Secret: {{ secret }}
{% trans 'Input a token generated by the app:' %}
{% endblock %}