{mapName}
{match.map}
{#if match.demo_parsed}
Parsed
{/if}
{match.score_team_a} - {match.score_team_b}
{formattedDate} {#if match.duration} {Math.floor(match.duration / 60)}m {/if}
{#if match.match_result === 0} Tie {:else if match.match_result === 1} Team A Win {:else if match.match_result === 2} Team B Win {/if}