<%= _('Existing enterprises:') %>

<%= _('Were found %{count} enterprises with similar names on the same city, you can decide to associate one of them or create the new enterprise confirming the informations you typed in.') % {:count => content_tag('span', '', :id => 'similar-enterprises-count')} %>

    <% query = bsc.enterprises.map(&:id).join(',') %>