{# Extends the base layout template #} {% extends "base.html" %} {# --- Page Title Block --- #} {% block title %}{{ super() }} - Configure Properties: {{ server_name }}{% endblock %} {# --- Head Scripts Block --- #} {# Include JavaScript files needed for this page #} {% block head_scripts %} {# Core utilities (showStatusMessage, sendServerActionRequest) #} {# JS for segmented controls, toggles, and saveProperties function #} {% endblock %} {# --- Main Content Block --- #} {% block content %} {# Main heading for the page #}
Server: {{ server_name }}
{% if new_install %}
{# Indicator for multi-step installation workflow #}
(Step 1 of 4 for New Installation)
{% endif %}