{# Extends the base layout template #} {% extends "base.html" %} {# --- Page Title Block --- #} {% block title %}{{ super() }} - Restore Menu: {{ server_name }}{% endblock %} {# --- Main Content Block --- #} {% block content %} {# Main heading for the page #}

Restore Options

{# Display the server context #}

Server: {{ server_name }}

{# --- Status Message Area --- #} {# Targeted by JavaScript (showStatusMessage) #}
{# Server-side flash messages (handled by base.html) #} {# Section containing the restore options #}

Choose a restore action:

{# Group for restore action buttons/forms #}
{# Button to navigate to World backup selection via JS #} {# Button to navigate to properties backup selection via JS #} {# Button to navigate to allowlist backup selection via JS #} {# Button to navigate to permissions backup selection via JS #} {# Button to trigger Restore All API call directly via JavaScript #}
{# --- End .button-group --- #} {# Navigation Link Back #}
{# --- End .restore-menu-section --- #} {% endblock %} {% block body_scripts %} {% endblock %}