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