diff --git a/core/scripts/normalsub/template/index.html b/core/scripts/normalsub/template/index.html index ab171fe..74c2665 100644 --- a/core/scripts/normalsub/template/index.html +++ b/core/scripts/normalsub/template/index.html @@ -107,37 +107,31 @@ -
+ {% if local_uris and not blocked %} +

Manual Connection URIs

- {% if blocked %} -
- -

Connections Disabled

-

{{ usage_raw }}

+
+ {% for item in local_uris %} +
+

{{ item.label }}

+ {% if item.qrcode %} + {{ item.label }} QR Code + + {% else %} +

URI not available

+ {% endif %}
- {% else %} -
- {% for item in local_uris %} -
-

{{ item.label }}

- {% if item.qrcode %} - {{ item.label }} QR Code - - {% else %} -

URI not available

- {% endif %} -
- {% endfor %} -
- {% endif %} + {% endfor %} +
+ {% endif %} {% if node_uris and not blocked %}