Players per team: <%= t.min_players_per_team %>
Players signed up: <%= t.players.count %>
<%= (t.randomized_teams)? "Teams are Random" : "Teams are Chosen" %>
Players signed up: <%= t.players.count %>
You've signed up for this tournament!
<% end %> <% end %>No tournaments going on right now... <% if current_user.can?(:create_tournament) %> Why not start your own? <% end %>
<% end %>