% if local_assigns[:school_permission_key].present? %>
<% wrestler_path_with_key = wrestler_path(wrestler) %>
<% wrestler_path_with_key += "?school_permission_key=#{school_permission_key}" %>
<%= link_to wrestler.name, wrestler_path_with_key %> |
<% else %>
<%= link_to wrestler.name, wrestler_path(wrestler) %> |
<% end %>
<%= wrestler.weight.max %> |
<%= wrestler.season_win %>-<%= wrestler.season_loss %> <%= wrestler.criteria %> |
<%= wrestler.original_seed %> |
<%= wrestler.total_team_points - wrestler.total_points_deducted %> |
<%= "Yes" if wrestler.extra? %> |
<%= wrestler.next_match_bout_number %> <%= wrestler.next_match_mat_name %> |