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

<%= @vote.description %>

Organizers

Candidates

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

<%= candidate.name %>

<%= candidate.description %>

<% end %>