{#if stats}
{#each stats as stat} {#key stat.label}
{/key} {/each}
{:else if skeleton}
{#each Array(5).fill(0) as stat}
{/each}
{/if}