{% extends "authentic2/base-page.html" %} {% load i18n %} {% block content %}

Recovery codes

{% blocktrans %} Please store the following one-time codes in a safe place. If you ever lose your device, they can be used to pass the verification step and regain access to your account. {% endblocktrans %}

{% if next_url %} {% trans "Continue" %} {% else %} {% trans "Back" %} {% endif %} {% endblock %}