<%=@pool.name%> Entries For <%=current_user.login%>

<% if @entries.empty? %>

You have no entries.

<% else %> <% end %> <% if @pool.accepting_entries? -%>

<%= link_to 'Create a new entry', :action => 'new', :id => @pool.id %>

<% elsif !@pool.ready? -%> This pool is not yet ready. The pool starts in <%= distance_of_time_in_words(@pool.starts_at, Time.now) %>. After it starts, you can make entries. <% else -%> This pool is not accepting any more entries. <% end -%>