{#if app.profile?.isGuest}

{t('stats.guestHint')}

{:else if stats}
{#each cards as c (c.key)}
{c.value} {t(c.key)}
{/each}
{/if}