{%- extends "manage/base.html" -%} {%- import "manhattan/manage/components/boxes.html" as _boxes -%} {%- import "manhattan/manage/components/dataset.html" as _dataset -%} {% block main %} {% call _boxes.box() -%} {% call _dataset.set() -%} {% call _dataset.row() %} {% call _dataset.column() %} {% call _dataset.value(class='mh-formatted') %}

Recovery codes are used to access your account in the event you cannot receive two-factor authentication codes. Each recovery code can be used once.

{% if not mfa_recovery_codes %}

You have no remaining recovery codes. It is strongly recommended that you (re)generate new recovery codes.

{% endif %} {% endcall %} {% endcall %} {% endcall %} {% if mfa_recovery_codes %} {% call _dataset.row() %} {% call _dataset.column() %} {% call _dataset.value() %} {% endcall %} {% endcall %} {% endcall %} {% endif %} {% endcall %} {% endcall %}
{% if csrf_token %} {% endif %}
{% endblock %}