{{ total }}
Total Players
{{ online }}
Online
{{ total - online }}
Offline
{% set last_fetch = logs | selectattr('event_type', 'equalto', 'yodeck_fetch') | first %} {% if last_fetch %}{{ last_fetch.timestamp[:19] }} UTC{% else %}—{% endif %}
Last API Fetch
Players {{ total }}
{% for p in players %} {% endfor %}
Yodeck ID Name Workspace Type Status Last Seen (UTC) Updating Registered
{{ p.id }} {{ p.name }} {{ p.workspace_name or '—' }} {{ p.player_type or '—' }} {% if p.online %} ● Online {% else %} ● Offline {% endif %} {{ (p.last_seen or '—')[:19] }} {% if p.updating %}Yes{% else %}No{% endif %} {% if p.registered %}{% else %}{% endif %}
Activity Log last 200
{% for l in logs %} {% endfor %}
Timestamp (UTC) Event Message
{{ l.timestamp[:19] }} {{ l.event_type }} {{ l.message }}
Page auto-refreshes every 60 seconds  |  API: stats   players   logs