<%= tournament.description %>
<% end %>Total: <%= players.count %> players registered
| Player | Status | Seed | Actions |
|---|---|---|---|
| <%= player.name %> | <%= participant&.status || 'registered' %> | <%= participant&.seed || '-' %> |
No participants registered yet.
<% end %>All available players are already registered.
<% end %>Total: <%= teams.count %> teams
| Team Name | Player 1 | Player 2 | Actions |
|---|---|---|---|
| <%= team.team_name %> | <%= p1&.name || team.player_1_id %> | <%= p2&.name || team.player_2_id %> | Edit | |
No teams created yet.
<% end %>Add participants first before creating teams.
<% end %>| Round | Status | Actions |
|---|---|---|
| Round <%= round.round_number %> | <%= round.status %> | View |
No rounds scheduled yet.
<% end %> <% if teams.any? %> <% else %>Add teams first to generate the schedule.
<% end %>| # | Team | W | L | PCT | PF | PA | PD |
|---|---|---|---|---|---|---|---|
| <%= i + 1 %> | <%= team.team_name %> | 0 | 0 | .000 | 0 | 0 | 0 |
No teams to display standings.
<% end %>