{% extends 'base.html' %} {% block content %}
| Endpoint UUID | Name | Device | Endpoint Type |
|---|---|---|---|
| {{ endpoint.endpoint_uuid.uuid }} | {{ endpoints_data.get(endpoint.endpoint_uuid.uuid, (endpoint.endpoint_uuid.uuid, ''))[0] }} | {{ device_names.get(endpoint.device_id.device_uuid.uuid, endpoint.device_id.device_uuid.uuid) }} | {{ endpoints_data.get(endpoint.endpoint_uuid.uuid, ('', '-'))[1] }} |
| Key | Value |
|---|---|
| {{ field_descriptor.name }} | {{ field_value }} |