<%= @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 %>