{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
Validating Backup File…
Please do not close this window.

{% translate "Upload & Restore Database Backup" %}

⚠ {% translate "Critical Warning: Data Overwrite" %}

{% translate "This operation is destructive." %} {% translate "Restoring a backup will completely overwrite your current database." %}

  • {% translate "All data created after this backup will be permanently lost." %}
  • {% translate "All active sessions will be invalidated immediately." %}
  • {% translate "A safety snapshot of the current database will be created automatically before restoration." %}
{% csrf_token %}
{% translate "Only .zip files generated by this system are supported." %}
{% endblock %}