<%=l(:label_document_new)%>

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