{{ error }}
{{ error }}
{{ success }}
{{ error }}
{{ success }}
{{ error }}
{{ success }}
Welcome, {{ currentUser.username }}!
← Back to Pools
Select 2 players from each tier. Your top 5 scores count.
🔒 Pool is locked. Picks cannot be changed.
Picks: {{ selectedCount }} / 12 (select 2 per tier)
← Back to Dashboard
Users: {{ adminStats.users }} | Pools: {{ adminStats.pools }} | Tournaments: {{ adminStats.tournaments }}
Add a new tournament with golfers from CSV
Import source
Upload CSV with columns: Name, Tier, WR, Odds, Withdrawn
Paste EasyOfficePools join URL
{{ tournamentSuccess }}
{{ tournamentError }}
Map ESPN player names to your database players for score updates
← Back to Admin
Tournament: {{ poolDetail.tournament }}
Invite Code: {{ poolDetail.invite_code }}
Status: {{ poolDetail.is_active ? '🔓 Open' : '🔒 Locked' }}
Picks are hidden until lock. Showing completion status only.
← Back to Pools
Loading scores...
Picks are hidden until the pool is locked. You can currently see only your own picks.
| Golfer | Tot | Tod | Thru | R1 | R2 | R3 | R4 |
|---|---|---|---|---|---|---|---|
| {{ p.player_name }} CUT | {{ p.score !== null ? (p.score > 0 ? '+' + p.score : p.score) : '--' }} | {{ p.today != null ? (p.today > 0 ? '+' + p.today : p.today) : '--' }} | {{ p.thru || '--' }} | {{ p.r1 || '--' }} | {{ p.r2 || '--' }} | {{ p.r3 || '--' }} | {{ p.r4 || '--' }} |