<%=l(:label_confirmation)%>

<%=h @project_to_destroy %>
<%=l(:text_project_destroy_confirmation)%> <% if @project_to_destroy.descendants.any? %>
<%= l(:text_subprojects_destroy_warning, content_tag('strong', h(@project_to_destroy.descendants.collect{|p| p.to_s}.join(', ')))) %> <% end %>

<% form_tag({:controller => 'projects', :action => 'destroy', :id => @project_to_destroy}) do %> <%= submit_tag l(:button_delete) %> <% end %>