Manage Group: {{ group.name }}

Add Players to Group

Players in Group

    {% for player in group.players %}
  • {{ player.username }} ({{ player.ip }})
  • {% endfor %}
{% if current_user.role == 'admin' %}
Upload Content
{% endif %} Back to Dashboard