${title} % if return_to_annotation: Return to Annotation
% endif
${text}
${comment}
${comment_prompt}
${tag_prompt}
    % for option in options:
  • % if all([c == 'correct' for c in option['choice'], status]): % elif all([c == 'partial' for c in option['choice'], status]): P % elif all([c == 'incorrect' for c in option['choice'], status]): % endif ${option['description']}
  • % endfor
% if debug:
Rendered with value:
${value|h}
Current input value:
% else: % endif

% if status == 'unsubmitted': % elif status == 'incomplete': % endif
% if msg: ${msg|n} % endif