{% extends "admin/base_site.html" %} {% load i18n static %} {% block title %}Backup Codes{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

🔐 Backup Codes Generated

✅ 2FA Setup Complete! Your passkey has been successfully configured.
⚠️ Important: Save these backup codes in a secure location. You can use them to access your account if you lose your device or passkey.

Your Backup Codes

Each code can only be used once. After using a code, it will be invalidated.

{% for code in backup_codes %}
{{ code }}
{% endfor %}
⚠️ Security Warning:
{% csrf_token %}

You can always regenerate backup codes later from your admin settings.

{% endblock %}