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