+ <td style="text-align: left;"><%=h election.description %></td>
+ <td style="text-align: left;">
+ <strong>Start:</strong> <%=h election.startdate.strftime("%x") %><br />
+ <strong>End:</strong> <%=h election.enddate.strftime("%x") %><br />
+ <strong>Method:</strong> <%=h ELECTION_TYPES[election.election_method] %><br />
+ <strong>Open:</strong> <%= (not election.authenticated?).to_s.capitalize %>