<%=l(:label_subproject_plural)%>

<%=l(:label_subproject_plural)%>

<% if childprojects.any? %>

<%= childprojects.collect{ |p| link_to(h(p), project_url(p)) }.join(", ").html_safe %>

<% end %>