{# Extends the base layout template #} {% extends "base.html" %} {# --- Page Title Block --- #} {% block title %}{{ super() }} - Configure Allowlist: {{ server_name }}{% endblock %} {# --- Head Scripts Block --- #} {# Include JavaScript files needed for this page #} {% block head_scripts %} {# Core utilities (showStatusMessage, sendServerActionRequest) #} {# install_config.js might contain toggle switch logic if not globally included #} {# #} {# Specific JS for allowlist actions (add/remove/refresh) #} {% endblock %} {# --- Main Content Block --- #} {% block content %} {# Main heading for the page #}
Server: {{ server_name }}
{% if new_install %}
{# Indicator for multi-step installation workflow #}
(Step 2 of 4 for New Installation)
{% endif %}
Enter player names (Gamertags), one per line, to add them to the allowlist.
{# Group for the textarea input #}