<%= @vote.title %> <%= _("(Draft)") %>

<%= @vote.description %>

<%= _("Organizers") %>

<%= _("Candidates") %>

<% @vote.candidates.each do |candidate| %>

<%= candidate.name %>

<%= candidate.description %>

<% end %>