{% for id, network in networks.items() %}

{{ id }}

{% for id, box in network.boxes.items() %}

{{ id }}

{% endfor %}
{% endfor %}
$ connect