%for i in xrange(0,len(status_list)): <%status=status_list[i]%> %if i==len(status_list)-1:
%else:
%endif Step ${status['task_number']} (${status['human_state']}) : ${status['score']} / ${status['max_score']} %if status['type']=="openended": %endif
%endfor