<% if contest.status == Contest::STATUS_OPEN %>

Signups

<% contest.contesters.active.each do |contester| %> <% end %>
  Team Founder Members
<%= flag contester.team.country %> <%= link_to (h contester.team.name), contester %> <%= namelink contester.team.founder %> <%= contester.team.teamers.active.count %>
<% end %> <%= render partial: "brackets/bracket", collection: contest.brackets %> <% if cuser and cuser.admin? and params[:action] != "historical" %> <%= link_to 'Edit Brackets', edit_contest_path(contest), class: 'button' %> <% end %>