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

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

{% blocktrans %}You should now print these codes or copy them to your clipboard and store them in your password manager.{% endblocktrans %}

{% if device.token_set.count %} {% else %}

{% trans "You don't have any backup codes yet." %}

{% csrf_token %}{{ form }}
{% endif %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %}