<% @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 %>

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

Circle Winner

<%= match.w1_name %>

<%= if w1 then w1.school.name end %>

<%= match.w2_name %>

<%= if w2 then w2.school.name end %>

red / green (circle one) red / green (circle one)
Period 1

















Choice top / bottom / neutral / defer (circle one) top / bottom / neutral / defer (circle one)
Period 2

















Choice top / bottom / neutral / defer (circle one) top / bottom / neutral / defer (circle one)
Period 3

















Overtime 1

Choice top / bottom / neutral / defer (circle one) top / bottom / neutral / defer (circle one)
Overtime 2



Choice top / bottom / neutral / defer (circle one) top / bottom / neutral / defer (circle one)
Overtime 3



Choice top / bottom / neutral / defer (circle one) top / bottom / neutral / defer (circle one)
Overtime 4



Final Score (or pin time, default, disqualified, etc)



<% end %>