{% extends "mfa/base.html" %} {% load static i18n bootstrap4 mfa %} {% block title %}{% translate 'Add recovery code' %} · {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
{% csrf_token %} {% include 'utils/form_errors.html' with form=form %}

{% translate "A recovery code can be used when you lose access to your other two-factor authentication options. Each recovery code can only be used once." %}

{% translate "Make sure to store your recovery codes in a safe place! If you lose your login keys and don’t have the recovery codes you will lose access to your account." %}

{% bootstrap_field form.name %}
{% endblock %}