Status: <%= round[:status] %>
| Position | Team 1 | vs | Team 2 | Winner | Actions |
|---|---|---|---|---|---|
| <%= matchup[:bracket_position] %> | <%= team_1&.team_name || 'BYE' %> | vs | <%= team_2&.team_name || 'BYE' %> | <%= winner&.team_name || '-' %> | <% if matchup[:match_id].nil? %> Create Match <% else %> View Match <% end %> |
No matchups scheduled for this round.
<% end %>