<%=l(:label_document_new)%>

<% form_tag({:controller => 'documents', :action => 'new', :project_id => @project}, :class => "tabular", :multipart => true) do %> <%= render :partial => 'documents/form' %>

<%= render :partial => 'attachments/form' %>

<%= submit_tag l(:button_create) %> <% end %>