<%inherit file="/main.html" /> <%block name="bodyclass">${course.css_class} <%namespace name='static' file='/static_content.html'/> <%block name="headextra"> <%static:css group='course'/> <%block name="title">${course.number} Peer Grading <%include file="/courseware/course_navigation.html" args="active_page='staff_grading'" /> <%block name="js_extra"> <%static:js group='peer_grading'/>
${error_text}

Peer Grading

Instructions

Here are a list of problems that need to be peer graded for this course.

% if success: % if len(problem_list) == 0:
Nothing to grade!
%else: %endif %endif