{% if logo_exists %} {% endif %}

Dashboard

Sign Out

Players

    {% for player in players %}
  • {{ player.username }}
    Manage Player Full Screen {% if current_user.role == 'admin' %}
    {% endif %}
  • {% endfor %}
{% if current_user.role == 'admin' %} {% endif %}

Content Upload

{% if current_user.role == 'admin' %}

Integrate Player

{% endif %}
{% if current_user.role == 'admin' %}

App Settings

{% endif %}