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

{% trans "Two-Factor Authentication Backup Tokens" %}

{% if backup_tokens %} {% if reveal_tokens %} {% else %} {% trans 'Backup tokens have been generated, but are not revealed here for security reasons. Press the button below to generate new ones.' %} {% endif %} {% else %} {% trans 'No backup tokens are available. Press the button below to generate some.' %} {% endif %}
{% csrf_token %}
{% trans "Return to Site" %}
{% endblock content %}