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