%! 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='style-course-vendor'/> <%static:css group='style-course'/> %block> <%block name="title">
${_("Here are a list of open ended problems for this course that have been flagged by students as potentially inappropriate.")}
% if success: % if len(problem_list) == 0: %else:${_("Name")} | ${_("Response")} | |||
---|---|---|---|---|
${problem['problem_name']} | ${problem['student_response']} | ${_("Unflag")} | ${_("Ban")} |