<% fieldset_width = 775 fieldset_message_width = 0 if (not msg is UNDEFINED) and (len(msg) > 0): fieldset_width = 480 fieldset_message_width = 295 %>
% 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} % endif
% for choice_id, choice_description in choices: % endfor
## Message/hint display block -- empty/invisible unless msg is populated
0): id="fieldset_message_${id}" % endif >
X
% if (not msg is UNDEFINED) and (len(msg) > 0): ${msg} % endif
% if show_correctness == "never" and (value or status not in ['unsubmitted']):
${submitted_message}
%endif