@box style='primary'>
<@boxHeader title='#i18n{module.workflow.formsautomaticassignment.task_config.label.question} ${question.title} #i18n{module.workflow.formsautomaticassignment.modify_entry_assignment.label.comment}'>
<@tform type='inline' action='${url}'>
<@input type='hidden' name='id_task' value='${id_task}' size='sm' />
<@button type='submit' buttonIcon='times' title='#i18n{module.workflow.formsautomaticassignment.modify_entry_assignment.back_button}' hideTitle=['xs','sm'] size='sm' cancel=true />
@tform>
@boxHeader>
<@boxBody>
<@tform action='jsp/admin/plugins/workflow/modules/formsautomaticassignment/DoAddAutomaticAssignment.jsp'>
<@input type='hidden' name='id_task' value='${id_task}' />
<#if question?? && question.entry?? >
<@input type='hidden' name='id_question' value='${question.id}' />
<@formGroup labelFor='value' labelKey='#i18n{module.workflow.formsautomaticassignment.modify_entry_assignment.label.question_value} ${question.title}'>
<@select name="value">
<#list question.entry.fields as field>
#list>
@select>
@formGroup>
<@formGroup labelFor='workgroup' labelKey='#i18n{module.workflow.formsautomaticassignment.modify_entry_assignment.label.workgroups}'> <@select name='workgroup'>
<#list workgroup_list as workgroup>
#list>
@select>
@formGroup>
<@formGroup>
<@button type='submit' buttonIcon='plus' title='#i18n{module.workflow.formsautomaticassignment.modify_entry_assignment.add_button}' />
@formGroup>
<@table>
#i18n{module.workflow.formsautomaticassignment.modify_entry_assignment.label.value}
#i18n{module.workflow.formsautomaticassignment.modify_entry_assignment.label.workgroups}
#i18n{module.workflow.formsautomaticassignment.task_config.label.actions}