{{@item.Name}}

{{#if (and (env 'CONSUL_NSPACES_ENABLED') (not-eq @item.Namespace @service.Namespace))}}
Namespace
{{@item.Namespace}}
{{/if}} {{#if (eq @item.Datacenter @dc)}} {{#let (service/health-percentage @item) as |percentage|}} {{#if (eq percentage '')}} No health checks {{else}} {{#if (not-eq percentage.passing 0)}} {{percentage.passing}}% {{/if}} {{#if (not-eq percentage.warning 0)}} {{percentage.warning}}% {{/if}} {{#if (not-eq percentage.critical 0)}} {{percentage.critical}}% {{/if}} {{/if}} {{/let}} {{else}}
We are unable to determine the health status of services in remote datacenters.
Health
{{/if}}
{{yield}}