{% extends "two_factor_auth/_base_focus.html" %} {% load i18n %} {% block content %}
{% blocktrans %}Backup token can be used if your primary token device is not available. The backup token below can be used for login verification. If you've used your backup token, your two factor authentication will be deactivated. You can reenable it and new backup token will be generated. Only the backup token shown below will be valid.{% endblocktrans %}
{% if totp.has_backup_code %}{{ totp.backup_code }}
{% blocktrans %}Copy this token and keep it somewhere safe.{% endblocktrans %}
{% else %}{% trans "You don't have a backaup token yet." %}
{% endif %} {% endblock %}