diff --git a/l4d2web/templates/_live_state.html b/l4d2web/templates/_live_state.html
index 32476d6..00944d1 100644
--- a/l4d2web/templates/_live_state.html
+++ b/l4d2web/templates/_live_state.html
@@ -1,65 +1,60 @@
- No data — server is not currently reporting.
- {{ snapshot.players }}/{{ snapshot.max_players }}
- {% if snapshot.hibernating %}· idle{% endif %}
- · {{ snapshot.map }}
-
- polled {{ ((now - snapshot.last_seen_at).total_seconds() | int) }}s ago
-
- No data — server is not currently reporting.
+ {{ snapshot.players }}/{{ snapshot.max_players }}
+ {% if snapshot.hibernating %}· idle{% endif %}
+ · {{ snapshot.map }}
+
+ polled {{ ((now - snapshot.last_seen_at).total_seconds() | int) }}s ago
+
+ Live state
- {% if not snapshot or not snapshot_fresh %}
- Live state
+{% if not snapshot or not snapshot_fresh %}
+ Current players
-
- {% for session, profile in current_players %}
-
- {% endif %}
+{% if current_players %}
+
- {% else %}
-
- {% endif %}
- {{ (profile and profile.persona_name) or session.name_at_join }}
-
-
-
Current players
+
+ {% for session, profile in current_players %}
+
+{% endif %}
- {% if recent_players %}
-
+ {% else %}
+
+ {% endif %}
+ {{ (profile and profile.persona_name) or session.name_at_join }}
+
+
+
Recent players
-
- {% for row in recent_players %}
-
- {% endif %}
-
- {% else %}
-
- {% endif %}
- {{ row.persona_name or row.name_at_join }}
-
-
-