<%= notice %>
<%= link_to "Back to #{@school.name}", "/schools/#{@school.id}" %> | <% if tournament_permissions(@wrestler.tournament) %> <%= link_to "Edit #{@wrestler.name}", edit_wrestler_path(@wrestler) %> | <% end %>Name: <%= @wrestler.name %>
School: <%= @wrestler.school.name %>
Weight: <%= @wrestler.weight.max %>
Team Points Scored: <%= @wrestler.totalTeamPoints - @wrestler.totalDeductedPoints %>