Liste des Matchs

{{ match.city }} — {{ match.date | date : "longDate" }}
{{ match.weapon }}
{{ getPlayerName(match.player1ID) }} {{ match.score1 }}
vs
{{ getPlayerName(match.player2ID) }} {{ match.score2 }}
{{ getMatchStatusLabel(match.state) }}