<% if @tournament.hosts.include? @current_user %>
Winner
<% @match.teams.each do |team| %>
Statistics for Team <%= team.id %> <% team.users.each do |user| %>
<%= user.name %> <% @stats.reject{|s|s=="win"}.each do |stat| %>

<% end %>
<% end %>
<% end %> <% else %>

The match is running; the host has yet to post the scores of the match.

<% end %>