<%=l(:label_questions_section)%>

<%= labelled_form_for (@project ? [@project, @section] : @section), :method => "PUT", :html => {:class => 'tabular'} do |f|%>
<%= back_url_hidden_field_tag %> <%= render :partial => 'form', :locals => { :f => f} %>

<%= f.submit l(:button_save) %>

<% end %>