Status
%for i in xrange(0,len(status_list)): <%status=status_list[i]%> %if i==len(status_list)-1:
%else:
%endif %if status['grader_type'] in grader_type_image_dict and render_via_ajax: <% grader_image = grader_type_image_dict[status['grader_type']]%> %else: ${status['human_task']} %endif (${status['human_state']})
%endfor