<%= l(:label_contract_edit_information) %>

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