@box style='primary'>
<@boxHeader title='#i18n{module.workflow.formsautomaticassignment.task_config.label.question} ${question.title} #i18n{module.workflow.formsautomaticassignment.modify_entry_assignment.label.comment}' boxTools=true>
<@tform type='inline' action="${url}" >
<@button type='submit' buttonIcon='times' title='#i18n{module.workflow.formsautomaticassignment.modify_entry_assignment.back_button}' cancel=true/>
@tform>
@boxHeader>
<@boxBody>
<@tform type='inline' action='jsp/admin/plugins/workflow/modules/formsautomaticassignment/DoAddAutomaticAssignment.jsp'>
<#if question?? && question.entry?? >
<@formGroup rows=2 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 rows=2 labelFor='workgroup' labelKey='#i18n{module.workflow.formsautomaticassignment.modify_entry_assignment.label.workgroups}'>
<@select name='workgroup'>
<#list workgroup_list as workgroup>
#list>
@select>
@formGroup>
<@formGroup rows=2>
<@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}