Problem Settings:
% for section_settings in settings_data:

${section_settings['name']}

% for setting_type in setting_type_list_map['section_setting_types']: ${section_setting_map[setting_type]}: ${section_settings[setting_type]} % endfor

% for subsection_settings in section_settings['children']: % for unit_settings in subsection_settings['children']: % for problem_settings in unit_settings['children']: % for setting_type in setting_type_list_map['problem_setting_types']: % endfor % endfor % endfor % endfor
${subsection_settings['name']} - % for setting_type in setting_type_list_map['subsection_setting_types']: ${subsection_setting_map[setting_type]}: ${subsection_settings[setting_type]} % endfor
${unit_settings['name']} ${unit_settings['ispublic']}
${problem_settings['name']}${problem_settings[setting_type]}
% endfor