diff --git a/core/templates/manage/threshold/irc/network/modals/registration.html b/core/templates/manage/threshold/irc/network/modals/registration.html index af3b99c..b6e845f 100644 --- a/core/templates/manage/threshold/irc/network/modals/registration.html +++ b/core/templates/manage/threshold/irc/network/modals/registration.html @@ -52,7 +52,7 @@ - {% if unreg %} + {% if unreg is not None %}
{% for network, items in unreg.items %}

{{ network }}

- {% for nick, num in items %} -
- -
- + {% if items is not False %} + {% for nick, num in items %} +
+ +
+ +
-
- {% endfor %} + {% endfor %} + {% else %} +

Error getting information for {{ network }}.

+ {% endif %} {% endfor %}