% if input_type == 'checkbox' or not value:
% if status == 'unsubmitted' or show_correctness == 'never':
% elif status == 'correct':
Status: correct
% elif status == 'incorrect':
Status: incorrect
% elif status == 'incomplete':
Status: incomplete
% endif
% endif
% if show_correctness == "never" and (value or status not in ['unsubmitted']):