{#if matches.length > 0} {#each matches.slice(0, 10) as match} {/each}
{username}'s last matchs
Date Players Scores
{displayDate(match.date.toString())} {match.players[0].username}
{match.players[1] .username}
{match.score[0]}
{match.score[1]}
{:else}

No matches to display

{/if}