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