| <%= @match.w1_name %> <%= "- #{@match.wrestler1.school.name}" if @match.wrestler1 %> | <%= @match.w2_name %> <%= "- #{@match.wrestler2.school.name}" if @match.wrestler2 %> | |
|---|---|---|
| Stats | <%= @match.w1_stat %> | <%= @match.w2_stat %> | Winner | <%= @match.winner_name %> |
| Score | <%= @match.score %> |