{% extends "base.html" %} {% block title %}Players - DigiServer v2{% endblock %} {% block content %}
| Name | Hostname | Location | Orientation | Status | Last Seen | Actions |
|---|---|---|---|---|---|---|
| {{ player.name }} |
{{ player.hostname }}
|
{{ player.location or '-' }} | {{ player.orientation or 'Landscape' }} | {% set status = player_statuses.get(player.id, {}) %} {% if status.get('is_online') %} Online {% else %} Offline {% endif %} | {% if player.last_heartbeat %} {{ player.last_heartbeat.strftime('%Y-%m-%d %H:%M') }} {% else %} Never {% endif %} | ⚙️ Manage |