{#if matches.length > 0}
Last 10 monkey games
{#each matches.slice(0, 10) as match}
{match.winner} 1 - 0 {match.loser}
{#if match.points > 0}
+{match.points}
{:else}
{match.points}
{/if}
MP | rank #{match.rank}
{/each} {:else}
No matches to display
{/if}