<%= I18n.t("location_batch._frontend.messages.number_to_create") %>: <%= locations.length %>

    <% locations.each do |location| %>
  1. <%= location %>
  2. <% end %>