{% if services|length <= 0 %} {% endif %} {% for listService in services %} {# TODO: @adunsulag need to switch this to be service type, evidence / vs predictive DSI #} {% endfor %}
{{ 'Edit'|xlt }} {{ 'Service Name / Service ID'|xlt }} {{ 'Enabled'|xlt }} {{ 'Service Type'|xlt }}
{{ 'There are no services registered in the system'|xlt }}
{{ "Edit"|xlt }} {{ listService.service.client.name|text }}
{{ listService.service.client.identifier|text }}
{{ listService.service.client.isEnabled() ? "Enabled"|xlt : "Disabled"|xlt }}{{ listService.service.type == 'evidence-based' ? "Evidence Based DSI"|xlt : "Predictive DSI"|xlt }}