%page args="module"/> ${_("Event segmentation:")} % for option in module["options"]: <% default = module['params'].get('segmentation', None) # overwrite the old deprecated param with the new standard param, if it's present. if ("default" in module['params']) : default = module['params'].get('default', None) %> ${option['text'] | h} % endfor