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

App {{ app.app_id.app_uuid.uuid }}

UUID: {{ app.app_id.app_uuid.uuid }}
Status: {{ ase.Name(app.app_status).replace('QKDAPPSTATUS_', '') }}
Type: {{ ate.Name(app.app_type).replace('QKDAPPTYPES_', '').replace('CLIENT', 'EXTERNAL') }}
Associated Devices
{% if app.remote_device_id.device_uuid.uuid %} {% endif %}
Device Endpoint Type
{{ device_names.get(app.local_device_id.device_uuid.uuid, app.local_device_id.device_uuid.uuid) }} Local Device
{{ device_names.get(app.remote_device_id.device_uuid.uuid, app.remote_device_id.device_uuid.uuid) }} Remote Device
App QoS
QoS Parameter Value
Max Bandwidth {{ app.qos.max_bandwidth }} bps
Min Bandwidth {{ app.qos.min_bandwidth or 'N/A' }} bps
Jitter {{ app.qos.jitter or 'N/A' }} ms
TTL {{ app.qos.ttl or 'N/A' }} seconds
{% endblock %}