diff --git a/core/templates/ui/insights/channels.html b/core/templates/ui/insights/channels.html
index ff8a95a..743e93b 100644
--- a/core/templates/ui/insights/channels.html
+++ b/core/templates/ui/insights/channels.html
@@ -3,26 +3,28 @@
- {% for chan in chans %}
-
-
-
- {{ chan }}
-
- {% if chan in num_users %}
-
- {{ num_users|index:chan }}
+
+ {% for chan in chans %}
+
+
+
+ {{ chan }}
- {% endif %}
- |
-
- {% endfor %}
+ {% if chan in num_users %}
+
+ {{ num_users|index:chan }}
+
+ {% endif %}
+
+
+ {% endfor %}
+
|
\ No newline at end of file
diff --git a/core/templates/ui/insights/nicks.html b/core/templates/ui/insights/nicks.html
index 3e3bdfd..e83ec4f 100644
--- a/core/templates/ui/insights/nicks.html
+++ b/core/templates/ui/insights/nicks.html
@@ -11,42 +11,44 @@
- {% for nick in nicks %}
-
-
- {% if nick in online %}
- {% if online|index:nick is True %}
-
-
-
- {% elif online|index:nick is False %}
-
-
-
- {% else %}
-
-
-
+ |
+ {% for nick in nicks %}
+
+
+ {% if nick in online %}
+ {% if online|index:nick is True %}
+
+
+
+ {% elif online|index:nick is False %}
+
+
+
+ {% else %}
+
+
+
+ {% endif %}
{% endif %}
- {% endif %}
-
- {{ nick }}
-
-
-
-
- |
-
- {% endfor %}
+
+ {{ nick }}
+
+
+
+
+
+
+ {% endfor %}
+
\ No newline at end of file