<p>Your vote has been recorded for the <strong><%= @voter.election.name
%></strong>.</p>
+<% if @voter.election.verifiable %>
<p>Your unique token for this vote is: <strong><%= @voter.vote.token %></strong></p>
<p>Please record this token for your records and keep it secret. This is
end of the election, you will be able to use this token to verify that
your vote was used in the election and that your vote was recorded
correctly.</p>
+<% end %>
<% if @voter.election.kiosk? and params[:kiosk] == 'true' %>