<%=l(:label_document_new)%>

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