<%= _("This vote has no candidates yet. Add a first candidate.") %>
<% end %> <% if @errors %> <% @errors.each do |error| %> <% if error.attribute == :name and error.type == :blank %><%= _("Enter a name.") %>
<% end %> <% end %> <% end %><%= _("Add at least 2 candidates before opening the vote to participants.") %>
<% end %>