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

Configure Player Permissions

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

Set the permission level for each known player found in the global player list or existing permissions file.

{# This will be filled by JavaScript. Show a loader initially. #}
Player Name XUID Permission Level

Loading player and permission data...

{% if new_install %} Skip & Go to Service Config » {% else %} « Back to Dashboard {% endif %}
{# --- Templates for JavaScript --- #} {% endblock %} {# --- Body Scripts Block --- #} {% block body_scripts %} {% endblock %}