<%= _("Edit draft vote") %>
<%= _("Candidates") %>
<% @vote.candidates.each do |candidate| %>
<%= candidate.name %>
<%= candidate.description %>
<% end %>
<%= _("Add candidate") %>
<%= _("Organizers") %>
<% @vote.organizers.each do |organizer| %>
- <%= organizer.user.email %>
<% end %>
<%= _("Add organizer") %>
<%= _("Actions for organizers") %>