{% 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' }} | {% if player.is_online %} Online {% else %} Offline {% endif %} | {% if player.last_seen %} {{ player.last_seen | localtime }} {% else %} Never {% endif %} | ⚙️ Manage |