{# Live-state partial — HTMX-polled into the state cluster on server_detail.html. The parent .state-cluster section provides the heading context, so there is no

here. Current players have no sub-header; they sit directly under the summary line. Recent players' header is "N Recent" and doubles as the modal trigger when N > 10. #} {% if not snapshot or not snapshot_fresh %}

No data — server is not currently reporting.

{% else %}

{{ snapshot.players }}/{{ snapshot.max_players }} {% if snapshot.hibernating %}· idle{% endif %} · {{ snapshot.map }} polled {{ snapshot.last_seen_at | timeago }}

{% endif %} {% if current_players %} {% endif %} {% if recent_players_overview %}

{% if recent_players_total_count > 10 %} {% else %} {{ recent_players_total_count }} Recent {% endif %}

{% endif %}