{% extends 'base.html' %} {% block content %}
| Connection Id | Sub-service | Path |
|---|---|---|
| {{ connections.connection_id.connection_uuid.uuid }} | {{ connections.sub_service_ids|map(attribute='service_uuid')|map(attribute='uuid')|join(', ') }} | {% for i in range(connections.path_hops_endpoint_ids|length) %}{{ connections.path_hops_endpoint_ids[i].device_id.device_uuid.uuid }} / {{ connections.path_hops_endpoint_ids[i].endpoint_uuid.uuid }} | {% endfor %}