<@row> <@columns> <@box color='success'> <@boxHeader title='#i18n{portal.workgroup.create_workgroup.titleCreationForm}' /> <@boxBody> <@tform method='post' action='jsp/admin/workgroup/DoCreateWorkgroup.jsp'> <@formGroup labelKey='#i18n{portal.workgroup.create_workgroup.labelKey}' labelFor='workgroup_key' mandatory=true> <@input type='text' id='workgroup_key' name='workgroup_key' inputSize=20 maxlength=50 /> <@formGroup labelKey='#i18n{portal.workgroup.create_workgroup.labelDescription}' labelFor='workgroup_description' mandatory=true> <@input type='text' id='workgroup_description' name='workgroup_description' inputSize=50 maxlength=250 /> <@formGroup> <@button type='submit' buttonIcon='check' title='#i18n{portal.workgroup.create_workgroup.buttonLabelCreate}' size='' /> <@aButton href='jsp/admin/workgroup/ManageWorkgroups.jsp' buttonIcon='times' title='#i18n{portal.util.labelCancel}' size='' color='btn-secondary' />