{# bedrock_server_manager/web/templates/server_settings.html #} {% extends "base.html" %} {% block title %}{{ super() }} - {{ server_name }} - Settings{% endblock %} {% block content %} {# --- Page Header --- #}

Manage Settings for {{ server_name }}

Edit server-specific settings. Changes are saved automatically when you modify a field.

{# --- Status Message Areas --- #}
{# --- Loading Indicator --- #}

Loading settings...

{# --- Settings Configuration Section (Initially hidden, populated by JS) --- #} {% if current_user.role == 'admin' %}

Server Configuration

{# The dynamically generated fieldsets and form groups will be injected here #}
{% endif %} {# The page-actions div should be outside the section, at the end of the content block #}
« Back to Dashboard
{% endblock %} {% block body_scripts %} {# This script is loaded after utils.js (which is in base.html) #} {% endblock %}