<% @matches.each do |match| %> <% if match.w1 && match.w2 %> <% w1 = Wrestler.find(match.w1) %> <% w2 = Wrestler.find(match.w2) %> <% end %>

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

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

<%= match.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 %>