{% 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 tokens. Press the button below to generate some.' %} {% endif %}
{% csrf_token %}

{% trans "Back to settings" %} {% endblock %}