{#if loading}
{:else if error}

{$t.health?.load_failed}

{error}

{:else}
🟢 {pass_count}
{$t.health?.status_pass}
🟡 {warn_count}
{$t.health?.status_warn}
🔴 {fail_count}
{$t.health?.status_fail}
⚪ {unknown_count}
{$t.health?.status_unknown}
{#if total === 0}
{$t.health?.no_records_for_environment}
{/if} {/if}