Total Prize
£{{ (standings.length + totalReEntries) * 5 }}
Players
{{ standings.length }}
Re-Entries
{{ totalReEntries }}
Standing
{{ activeCount }}
Prize Pot
£{{ (standings.length + totalReEntries) * 5 }}
| Player | Pick | Status |
|---|---|---|
|
{{ player.name }}
|
Eliminated
No pick made
|
Active Out |
| Match | Score | Winner |
|---|---|---|
|
{{ f.home_team }}
VS
{{ formatDate(f.kickoff_time) }}
|
{{ f.status }}
{{ f.home_score !== null ? f.home_score : '-' }} : {{ f.away_score !== null ? f.away_score : '-' }}
|
{{ f.winner || '-' }} — |