diff --git a/tsstats/template.html b/tsstats/template.html
index 0c1a056..0df2a8c 100644
--- a/tsstats/template.html
+++ b/tsstats/template.html
@@ -17,10 +17,11 @@
DEBUG
{% endif %}
+
{% for headline, list in objs %}
{% if list|length > 0 %}
{% set headline_id = headline|lower|replace(' ', '_') %}
- {{ headline }}
+ {{ headline }}
{% for client, value in list %}
{% set id = headline_id + "." + client.nick %}