<%! from openedx.core.djangolib.markup import HTML %>
${title} % if return_to_annotation: Return to Annotation
% endif
${text}
${comment}
${comment_prompt}
${tag_prompt}
    % for option in options:
  • % if has_options_value: % if all(c == status.classname for c in (option['choice'], status)): <%include file="status_span.html" args="status=status"/> % endif % endif ${option['description']}
  • % endfor
% if debug:
Rendered with value:
${value|h}
Current input value:
% else: % endif <%include file="status_span.html" args="status=status, status_id=id"/>

% if msg: ${HTML(msg)} % endif