{% extends "two_factor/_base_focus.html" %} {% load i18n users_tags %} {% block content %}
{% blocktrans trimmed %}These codes should be kept in a safe, private place for when you need them. When they are used up, you can generate a new set of backup codes.{% endblocktrans %}
{% if device.token_set.count %}{% blocktrans %}You should now download, or print these codes, and keep them somewhere safe.{% endblocktrans %}
{% else %}{% trans "You don't have any backup codes yet." %}
{% endif %} {% endblock %}