#i18n{module.workflow.helpfilling.task_help_filling_config.title} <#if config?exists> <#assign id_directory = config.idDirectory> <#assign id_task= config.idTask> <#assign type= config.getstrType()> <#assign isActive= config.isActive()>
<@comboWithParams name="id_directory" default_value=config.idDirectory?string additionalParameters="class=\"input-xxlarge\"" items=list_directory />
<#if titles_items?has_content> <#if available_items?has_content> <#assign compteur=titles_items?size - 1> <#list 0..compteur as item>
#i18n{module.workflow.helpfilling.task_help_filling_config.elements.group} : ${titles_items[item]}   #i18n{module.workflow.helpfilling.task_help_filling_config.selected.items}
<@comboWithParamsAndLength name="select_${item}" default_value="" additionalParameters="multiple='multiple' size='10' style='width:100%;'" items=available_items[item] max_length=175 />
<#if selected_items?has_content> <@comboWithParamsAndLength name="unselect_${item}" default_value="" additionalParameters="multiple='multiple' size='10' style='width:100%;'" items=selected_items[item] max_length=175 />