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

Services

{% if "DEVICEDRIVER_XR" in active_drivers %}
Add New XR Service
{% endif %}
{{ services | length }} services found in context {{ session['context_uuid'] }}
{% if services %} {% for service in services %} {% endfor %} {% else %} {% endif %}
UUID Name Type End points Status
{{ service.service_id.service_uuid.uuid }} {{ service.name }} {{ ste.Name(service.service_type).replace('SERVICETYPE_', '') }} {{ sse.Name(service.service_status.service_status).replace('SERVICESTATUS_', '') }}
No services found
{% endblock %}