<%= @vote.title %>

<%= @vote.description %>

<%= _("Your ratings") %>

<%= _("Participants") %>

<%= _("Organizers") %>

<% if @vote.users.exists?(current_user.id) %>

<%= _("Actions for organizers") %>

<%= _("Add organizer") %>

<% end %>