{% if logo_exists %} {% endif %}

Dashboard

Sign Out

Players

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

Group of Players

Content Upload

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

App Settings

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

Server Activity Log

{% for log in server_logs %} {% endfor %}
Time Action
{{ log.timestamp.strftime('%Y-%m-%d %H:%M:%S') }} {{ log.action }}
{% endif %}