<%namespace name="annotatable" file="annotatable_problem.html"/>
% if display_name is not UNDEFINED and display_name is not None:
${display_name}
% endif
${problem_name} Hide Annotations
${html_content}
% if render_as_problems:
% for item in items: ${annotatable.render_problem(item['problem'],loop.index,len(items))} % if item['discussion']:
${item['discussion']['content']}
% endif % endfor
% else:
% for item in items:
Return to annotation ${item['discussion']['content']}
% endfor
% endif