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 %} - - + {% for chan in chans %} + + - - {% endfor %} + {% if chan in num_users %} + + {{ num_users|index:chan }} + + {% endif %} + + + {% endfor %} +
- - {{ chan }} - - {% if chan in num_users %} - - {{ num_users|index:chan }} +
+ + {{ chan }} - {% endif %} -
\ 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 %} - - + {% for nick in nicks %} + + - - {% endfor %} + + {{ nick }} + + + + + + + {% endfor %} +
- {% if nick in online %} - {% if online|index:nick is True %} - - - - {% elif online|index:nick is False %} - - - - {% else %} - - - +
+ {% if nick in online %} + {% if online|index:nick is True %} + + + + {% elif online|index:nick is False %} + + + + {% else %} + + + + {% endif %} {% endif %} - {% endif %} - - {{ nick }} - - - - -
\ No newline at end of file