Manage Group: {{ group.name }}
Add Players to Group
Select Player
{% for player in available_players %}
{{ player.username }} ({{ player.ip }})
{% endfor %}
Add Player
Players in Group
{% for player in group.players %}
{{ player.username }} ({{ player.ip }})
Remove
{% endfor %}
{% if current_user.role == 'admin' %}
Upload Content
{% endif %}
Back to Dashboard