{{#stats-card}} {{#block-slot 'icon'}}{{yield}}{{/block-slot}} {{#block-slot 'mini-stat'}} {{#if (eq checks.length 0)}} {{checks.length}} {{else if (eq checks.length healthy.length)}} {{healthy.length}} {{/if}} {{/block-slot}} {{#block-slot 'header'}} {{name}} {{address}} {{/block-slot}} {{#block-slot 'body'}} {{#if (not-eq checks.length healthy.length)}} {{/if}} {{/block-slot}} {{/stats-card}}