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

{% trans "Your one-time recovery codes" %}

{% blocktrans trimmed %} Please keep these one-time recovery codes in a safe place. If you lose your other authentication methods, they can be used to verify your identity and regain access to your account. {% endblocktrans %}

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