% if @tournament.hosts.include? @current_user %> <% @match.teams.each do |team| %> <%= "Team #{team.id} Won" %> <% end %> <% else %>
The match is running; the host has yet to post the scores of the match.