<%= @vote.title %> (Draft)
<%= @vote.description %>
Organizers
<% @vote.organizers.each do |organizer| %>
- <%= organizer.user.email %>
<% end %>
Candidates
<% @vote.candidates.each do |candidate| %>
<%= candidate.name %>
<%= candidate.description %>
<% end %>