{% 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

{% endblock %} {% block body_scripts %} {% endblock %}