${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 == 'correct' for c in option['choice'], status]): % elif all([c == 'partially-correct' for c in option['choice'], status]): % elif all([c == 'incorrect' for c in option['choice'], status]): % endif % endif ${option['description']}
  • % endfor
% if debug:
Rendered with value:
${value|h}
Current input value:
% else: % endif % if status == 'unsubmitted': % elif status == 'incomplete': % elif status == 'incorrect' and not has_options_value: % endif

% if msg: ${msg|n} % endif