{{#if (gt items.length 0)}}
Health
{{#if (eq 'critical' item.Status)}} At least one health check on this node is failing. {{else if (eq 'warning' item.Status)}} At least one health check on this node has a warning. {{else if (eq 'passing' item.Status)}} All health checks are passing. {{else}} There are no health checks. {{/if}}
{{item.Node}}
{{#if (eq item.Address leader.Address)}} Leader {{/if}} {{#if (gt item.Services.length 0)}} {{item.Services.length}} {{pluralize item.Services.length 'Service' without-count=true}} {{/if}}
{{item.Address}}
{{/if}}