diff --git a/core/templates/manage/threshold/irc/network/channels.html b/core/templates/manage/threshold/irc/network/channels.html index 1096b62..5a95818 100644 --- a/core/templates/manage/threshold/irc/network/channels.html +++ b/core/templates/manage/threshold/irc/network/channels.html @@ -6,21 +6,25 @@
channel | +num | actions | - {% for channel, info in channels.items %} + {% for channel in channels %}
---|---|---|
- {{ channel }} + {{ channel.name }} - {{ info }} + {{ channel.users }} | ++ {{ channel.num }} + |