{% extends 'paxalia/auth_base.html' %} {% load i18n %} {% block title %}{% trans "Recovery codes" %} ยท {{ brand_name }}{% endblock %} {% block content %} !{% trans "Recovery" %}{% trans "Save your recovery codes" %}{% trans "These codes are shown once. Store them in a secure password manager or offline recovery location. Paxalia never displays them again." %} {% for code in recovery_codes %}{{ code }}{% endfor %} {% trans "Never paste recovery codes into logs, support messages, or ordinary exports. Treat a downloaded copy as sensitive." %} {% trans "Download backup codes" %} {% if next and next|slice:":1" == "/" %}{% trans "Continue" %}{% else %}{% trans "Back to security" %}{% endif %} {% endblock %}
{% trans "Recovery" %}
{% trans "These codes are shown once. Store them in a secure password manager or offline recovery location. Paxalia never displays them again." %}
{{ code }}