Service Registry
{page.total} service{#if page.total != 1}s{/if} {#if capability.isEmpty()}in production · public registry{#else}matching «{capability}»{/if}
{#if page.items.isEmpty()}

no services found

{#if capability.isEmpty()} No production services are registered yet. {#else} No production services match capability «{capability}». {/if}

{#else}
{#for s in page.items}
{#if s.description != null}
{s.description}
{/if} {#if s.capabilities != null && s.capabilities.isEmpty() == false}
{#for cap in s.capabilities} {cap} {/for}
{/if}
{s.livenessStatus} {#if s.registrantName != null} · {s.registrantName} {/if} {#if s.registrantJurisdiction != null} · {s.registrantJurisdiction} {/if}
{s.oLevel}
{/for}
{/if}