<%= link_to raw("«« First"), @gather.first %> <%= link_to raw("Previous ‹‹"), @gather.previous_gather %>
<%= link_to @gather do %> <%= @gather.category.to_s %> Gather <% end %>
<% if @gather.next_gather %> <%= link_to raw("›› Next"), @gather.next_gather%> <%= link_to raw("Last »»"), @gather.last %> <% else %> <%= raw("›› Next") %> <%= raw("Last »»") %> <% end %>

<% if @gather and @gather.created_at > 24.hours.ago and @gather.status != Gather::STATE_FINISHED %>

Requirements
- Javascript needs to enabled
- Read <%= link_to "gather rules", article_url(Article::G_RULES) %>
- Remove yourself if you leave
Captains:
- Vote for the best players
- Captain 1 = 2nd most voted
- Captain 2 = 1st most voted
Voice Comunication:
- <%= link_to "Teamspeak 3", "http://www.teamspeak.com/?page=downloads" %>
- Server: ensl.org
- Password: ns2nsl
<% end %>
<%= render_gather %>
<%= render :partial => "shoutmsgs/index", :locals => {:object => @gather} %>