{% if node.connections %}
Outgoing
{% for _, connection in node.connections %}
{% if connection.detached %}
{% continue %}
{% endif %}
-
{{connection.to}}
{% endfor %}
{% for _, connection in node.connections %}
{% if not connection.detached %}
{% continue %}
{% endif %}
-
{{connection.to}}
{% endfor %}
{% endif %}
{% if incoming %}
{% endif %}