<%= _("Open vote") %>

<%= _("Closing date: #{format_date(@expire_on)}") %>

<%= _("The vote will automatically close on that date and the results will be sent to all users by email.") %>

<%= _("You won't be able to modify or delete this vote anymore after opening it.") %>

<%= @vote.title %>

<%= @vote.description %>

<%= _("Candidates") %>

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

<%= candidate.name %>

<%= candidate.description %>

<% end %>