{% extends "base.html" %} {% block content %}

Dashboard Welcome, {{ current_user.username }}

Quick Actions
Match Interval minutes
Set the interval between matches in minutes (1-60)
Match Timer
--:--
Waiting for games to start...
Timer starts automatically when cashier begins games
Betting Mode
Choose how bets are placed during matches
{% if current_user.is_admin %}
Administrator Actions
{% endif %} {% if current_user.is_admin %}
Redistribution Balance
Current Balance
--
Balance to compensate over/under redistribution
This will reset the redistribution compensation balance
{% endif %}
License Text Configuration
This text will be displayed as a top bar on all overlay templates. Maximum 500 characters.
Recent Activity
Last 24 hours
System Started
Web dashboard initialized successfully
Just now
User Login
{{ current_user.username }} logged in
Just now
More activity will appear here as you use the system
System Information
Version
{{ app_version }}
Uptime
Just started
User Role
{% if current_user.is_admin %} Administrator {% else %} User {% endif %}
Components
Web Player API Client
Quick Stats

0

Videos Played

0

Overlays Updated
{% endblock %} {% block scripts %} {% endblock %}