{% extends "two_factor/_base_focus.html" %} {% load i18n %} {% block content %}

{% trans "Back to account" %}

{% block title %}{% trans "Backup Codes" %}{% endblock %}

{% blocktrans trimmed %}If you loose your smartphone, or your Authenticator app is not available, you can use a backup code along with your username and password to login until you recover your smartphone. Each backup code can be used only once.

These codes should be kept in a secure, private place for when you need them. When they are used up, you can generate a new set of backup codes.{% endblocktrans %}

{% if form.non_field_errors %} {% endif %} {% if form.errors %} {% endif %} {% csrf_token %} {% for field in form %} {% include "forms/includes/field.html" %} {% endfor %}
{% endblock %}