<%= l(:label_all_enterprises) %>
<% if @projects.count == 0 %>

<%= l(:label_enterprise_nil) %>

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