<%= logo_for_team( team ) %> <%= link_to_team( team ) %> <%= "(#{team.code})" if team.code.present? %> | <%= team.title2 if team.title2.present? %> | <%= render_team_world_tree( team ) %> |
<%= render_event_quotes( @event ) %>
<% end %> <% if @event.groups.count > 0 %><% @event.groups.each_with_index do |group,i| %> <% if i > 0 %> • <% end %> <%= group.title %> <% end %>
<%= group.title %> | | <% group.teams.each do |team| %><%= logo_for_team( team ) %> <%= link_to_team( team ) %> | <% end %>
<% @event.rounds.each_with_index do |round,i| %> <% if i > 0 %> • <% end %> <%= round.title %> <% end %>
<%= round.title %> <%= "/ #{round.title2}" if round.title2.present? %> | |||||
<%= render_game_quotes( game ) %> | <% end %><%= "(#{game.group.title})" if game.group.present? %> | <%= render_game_flags( game ) %>