{% extends "secureauth/base.html" %} {% load i18n %} {% block title %}{% trans 'Codes Settings' %}{% endblock %} {% block content %}
{{ form.as_table }}
{% csrf_token %} {% trans 'or' %} {% trans 'Cancel' %}
{% blocktrans %} Recovery codes allow you to access your account in the event that you lose your two-factor authentication device and don't have access to SMS messages or an authentication app. {% endblocktrans %}
{% endblock content %}