{% extends "interface/smart/admin-client/base.html.twig" %} {% block title %}{{ "Client Registrations"|xlt }}{% endblock %} {% block contents %}
| {{ "Edit"|xlt }} | {{ "Client Name / Client ID"|xlt }} | {{ "Enabled"|xlt }} | {{ "Client Type"|xlt }} | {{ "DSI Type"|xlt }} | {{ "Scopes Requested"|xlt }} | |
|---|---|---|---|---|---|---|
| {{ "There are no clients registered in the system"|xlt }} | ||||||
| {{ "Edit"|xlt }} |
{{ clientNavigationRecord.client.name|text }}
{{ clientNavigationRecord.client.identifier|text }} |
{{ clientNavigationRecord.client.isEnabled() ? "Enabled"|xlt : "Disabled"|xlt }} | {{ clientNavigationRecord.client.isConfidential() ? "Confidential"|xlt : "Public"|xlt }} | {% if clientNavigationRecord.client.hasDSI() %} {{ clientNavigationRecord.client.hasPredictiveDSI() ? "Predictive DSI"|xlt : "Evidence DSI"|xlt }} {% else %} {{ "No DSI Services"|xlt }} {% endif %} |
{% if clientNavigationRecord.scopeCount <= 0 %}
{{ "No Scopes"|xlt }}
{% else %}
|
|