<%=l(:label_questions_section_new)%>
<%= labelled_form_for((@project ? [@project, @section] : @section), :html => {:class => 'tabular'}) do |f|%>
<%= back_url_hidden_field_tag %>
<%= render :partial => 'form', :locals => { :f => f} %>
<%= f.submit l(:button_create) %>
<% end %>