<% if session[:user] %>
<%= render :partial => 'user_summary' %>
<% else %>
<p>You must have an account to start a new vote or to administer an
existing vote. You can log in or create a new account below.</p>
<% if session[:user] %>
<%= render :partial => 'user_summary' %>
<% else %>
<p>You must have an account to start a new vote or to administer an
existing vote. You can log in or create a new account below.</p>