<%= l(:label_all_enterprises) %>
<% if @organizations.empty? %>

<%= l(:label_enterprise_nil) %>

<% else %> <% @organizations.each do |organization| %> <% unless organization.name.blank? %> <% end %> <% end %> <% end %>
<% html_title(l(:label_enterprise_all)) -%>