%inherit file="/main.html" /> <%block name="bodyclass">${course.css_class}%block> <%namespace name='static' file='/static_content.html'/> <%block name="headextra"> <%static:css group='course'/> %block> <%block name="title">
Here are a list of open ended problems for this course.
% if success: % if len(problem_list) == 0: %else:Problem Name | Status | Grader Type | ETA |
---|---|---|---|
${problem['problem_name']} | ${problem['state']} | ${problem['grader_type']} | ${problem['eta_string']} |