<%= render :partial => 'work_search_form',:locals => {:contest=>@contest} %>
<% if @is_teacher%>
<%= labelled_form_for @new_homework,:method => "post" do |f| %>
<%= render :partial => 'contest_work_form', :locals => { :homework => @new_homework,:f => f,:edit_mode => false,:select_course => false } %>
<% end%>
<% end%>
<%= render :partial => 'work_index_list', :locals => {:homework_commons => @homeworks,:contest_id => @contest.id} %>