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