+<% if @election.shortdesc %>
+ <p><strong>Description:</strong></p>
+ <blockquote><em><%= @election.shortdesc %></em>
+ <% if @election.longdesc -%>
+ <br />
+ <%= h(@election.longdesc) -%>
+ <% end -%>
+ </blockquote>
+<% end %>
+
+<p><strong>Candidates/choices:</strong></p>
+
+<ol>
+ <% for candidate in @election.candidates.sort %>
+ <li><%= candidate.name.capitalize %></li>
+ <% end %>
+</ol>
+
+<p><strong>Number of voters:</strong></p>
+ <blockquote>
+ <%= @election.voters.length %> (see below for details)
+ </blockquote>
+
+<h2>Winners</h2>