{#if loading}
{:else if !history.length || history.every((h) => h.won === 0 && h.lost === 0)}
{$i18n.t('No activity data')}
{:else}
{/if}