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

<%= _("Closing date: %{date}") % { date: format_date_and_time(@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 %>

<%= markdown(@vote.description) %>

<%= _("Candidates") %>

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

<%= candidate.name %>

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