<% %>

The voting rolls -- displayed here in alphabetical order -- for the last election are are follows.

Voters

<% for email in @voter_list %> <% end %>
<%= email %>

Votes (by Token)

The votes, listed in alphabetical order by token.

<% for candidate in @election.candidates.sort.reverse %> <% end %> <% for vote in @vote_list %> <% for ranking in vote.rankings %> <% end %> <% end %>
Token Rank of Candidates
<%= candidate %>
<%= vote.token %><%= ranking %>