<%= _("Edit draft vote") %>

<%= _("Candidates") %>

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

<%= candidate.name %>

<%= markdown(candidate.description) %>
<% end %>

<%= _("Add candidate") %>

<%= _("Organizers") %>

<%= _("Add organizer") %>

<%= _("Actions for organizers") %>

<% if @vote.candidates.length < 2 %>

<%= _("Add at least 2 candidates before opening the vote to participants.") %>

<% else %> <% end %>