{% extends 'base.html' %} {% block content %}

Link {{ link.name }} ({{ link.link_id.link_uuid.uuid }})


UUID: {{ link.link_id.link_uuid.uuid }}
Name: {{ link.name }}
{% for end_point in link.link_endpoint_ids %} {% endfor %}
Endpoint UUID Device
{{ end_point.endpoint_uuid.uuid }} {{ end_point.device_id.device_uuid.uuid }}
{% endblock %}