{% extends "base.html" %} {# --- Page Title Block --- #} {% block title %}{{ super() }} - Configure Allowlist: {{ server_name }}{% endblock %} {# --- Head Scripts Block --- #} {% block head_scripts %} {% endblock %} {# --- Main Content Block --- #} {% block content %}

Configure Allowlist

Server: {{ server_name }} {% if new_install %}
(Step 2 of 4 for New Installation) {% endif %}

{# --- Status Message Area --- #}
{# --- Section for Adding New Players (Unchanged) --- #}

Add Players

Enter player names (Gamertags), one per line, to add them to the allowlist.

Ignore Player Limit: Allow the player(s) being added to join even if the server is full?
{# --- Section to Display Current Allowlist --- #}

Current Allowlist

{# This list is populated by the JavaScript in body_scripts #} {# Template for the empty list message - JS will manage its visibility #} {# Template for a single player item - JS will clone and populate this #}
{# --- Navigation Actions (Unchanged) --- #} {% endblock %} {# --- Page-Specific JavaScript Block --- #} {% block body_scripts %} {% endblock %}