<% @matches.each do |match| %> <% w1 = @wrestlers_by_id[match.w1] %> <% w2 = @wrestlers_by_id[match.w2] %> <% w1_name = w1&.name || match.loser1_name %> <% w2_name = w2&.name || match.loser2_name %>

Bout Number: <%= match.bout_number %> Weight Class: <%= match.weight.max %> Round: <%= match.round %> Bracket Position: <%= match.bracket_position %>

Key: Takedown: T3, Escape: E1, Reversal: R2, Nearfall: N2 or N3 or N4, Stalling: S, Caution: C, Penalty Point: P1

<% ['Period 1'].each do |period| %> <% end %> <% ['Period 2', 'Period 3'].each do |period| %> <% end %> <% ['Overtime 1', 'Overtime 2', 'Overtime 3'].each do |period| %> <% end %>
Circle Winner

<%= w1_name %>-<%= w1&.school&.name %>

<%= w2_name %>-<%= w2&.school&.name %>

red / green (circle one) red / green (circle one)
<%= period %>
Choice (if applicable) top / bottom / neutral / defer (circle one) top / bottom / neutral / defer (circle one)
<%= period %>
Choice (if applicable) top / bottom / neutral / defer (circle one) top / bottom / neutral / defer (circle one)
<%= period %>
Final Score (or pin time, default, disqualified, etc)
<% end %>