<%= I18n.t("index.title") %>

<% if @subprojects != 0 %> <%= I18n.t("index.subprojects_exist") %> <% else %> <%= I18n.t("index.attention") %>: <%= I18n.t("index.warning", :dead_project => @dead_project, :ok => @ok).html_safe %> <%= form_tag :controller=>'delete_project', :action=>'submit' do %>
<%= I18n.t("index.are_you_sure") %> <%= text_field :confirm, params[:confirm], :size => 20 %> <%= hidden_field :dead_project, params[:dead_project], :value => params[:project_id] %>
<%= submit_tag I18n.t("index.submit_button") %> <% end %> <% end # End du IF @subprojects %>