{{#if (eq this.healthCheck.check 'empty') }}
{{capitalize @type}} Checks
No {{@type}} checks
{{else}} {{#if (eq this.healthCheck.count @items.length)}}
{{capitalize @type}} Checks
All {{@type}} checks {{this.healthCheck.status}}
{{else}}
{{capitalize @type}} Checks
{{this.healthCheck.count}}/{{@items.length}} {{@type}} checks {{this.healthCheck.status}}
{{/if}} {{/if}}