%! from django.utils.translation import ugettext as _ %> <%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']} |