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