Player Schedule for {{ player.username }}

Player Info

Player Name: {{ player.username }}

Hostname: {{ player.hostname }}

IP Address: {{ player.ip }}

{% if current_user.role == 'admin' %} Update
{% endif %}
{% if player.groups %}

Member of Group(s):

{% else %}

Not a member of any group

{% endif %}

Schedule

    {% for item in content %}
  • {{ item.file_name }} - {{ item.duration }} seconds
    {% if not player.groups %}
    {% endif %}
  • {% endfor %}
{% if not player.groups %}

Upload Content

{% endif %} Back to Dashboard Full Screen