<%= notice %>
Status: <%= @match.status %>
Tournament stage: <%= @match.tournament_stage %>
Name: <%= @match.name %>
Winner: <%= @match.winner %>
Remote: <%= @match.remote_id %>
Submitted peer evaluations: <%= @match.submitted_peer_evaluations %>
<%= link_to 'Edit', edit_match_path(@match) %> | <%= link_to 'Back', matches_path %>