{% extends "django_auth_recovery_codes/base.html" %} {% load static %} {% block title %} Dashboard {% endblock %} {% block content %} {% include "django_auth_recovery_codes/partials/sidebar.html" %}
{% include "django_auth_recovery_codes/partials/navbar.html" %}

2FA Recovery Codes Dashboard

{% include "django_auth_recovery_codes/partials/security_tips.html" %} {% include "django_auth_recovery_codes/partials/generate_codes.html" %} {% include "django_auth_recovery_codes/partials/view_codes.html" %} {% include "django_auth_recovery_codes/partials/test_setup.html" %} {% include "django_auth_recovery_codes/partials/invalidate_or_remove_codes.html" %} {% include "django_auth_recovery_codes/partials/view_batch_history.html" %} {% include "django_auth_recovery_codes/partials/pagination.html" %} {% include "django_auth_recovery_codes/partials/messages.html" %} {% include "django_auth_recovery_codes/partials/notify.html" %}
{% endblock %} {% block extra_scripts %} {% endblock %}