<% if @current_elections.length < 1 %>

You have not created any elections.

<% elsif @current_elections.length > 6 %>

You have more than six elections which may not fit on the control panel. Clcik on the following link to go to your user profile, which lists all your elections. <%= link_to "Summary", :controller => "account", :action => "summary", :id => session[:user].id %>

<% else %> <% end %>

<%= link_to "Create a new election", :controller => 'election', :action => 'new' %>.