% if input_type == 'checkbox' or not value:
%for choice_id, choice_description in choices:
% if choice_id in value:
${choice_description},
%endif
%endfor
-
${status.display_tooltip}
% endif
% if show_correctness == "never" and (value or status not in ['unsubmitted']):