<%= l(:label_contract_new) %>

<% labelled_form_for :contract, @contract, :url => {:action => 'create', :project_id => @project} do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <%= submit_tag l(:button_save) -%> <% end -%>