%! from django.utils.translation import ugettext as _ %>
% for co in context_list:
% if co['grader_type'] in grader_type_image_dict:
<%grader_type=co['grader_type']%>
<% grader_image = grader_type_image_dict[grader_type] %>
% if grader_type in human_grader_types:
<% human_title = human_grader_types[grader_type] %>
% else:
<% human_title = grader_type %>
% endif
${co['rubric_html']}
%if len(co['feedback'])>2:
## Translators: "See full feedback" is the text of
## a link that allows a user to see more detailed
## feedback from a self, peer, or instructor
## graded openended problem
${_("See full feedback")}
${co['feedback']}
%endif
%if grader_type!="SA":
## Translators: this text forms a link that, when
## clicked, allows a user to respond to the feedback
## the user received on his or her openended problem
${_("Respond to Feedback")}