<@formGroup labelFor='${attribute.code}' labelKey='${attribute.name}' helpKey='${attribute.description}' checked=attribute.required rows=2> <@input type='file' name='${attribute.code}' id='${attribute.code}' /> <@formGroup rows=2> <@checkBox labelFor='${attribute.code}_croppable' labelKey='#i18n{document.attributeType.image.resize}' name='${attribute.code}_croppable' id='crop' /> <@formGroup labelFor='${attribute.code}_width' labelKey='#i18n{document.attributeType.image.width}' rows=2> <@input type='text' name='${attribute.code}_width' value='' placeHolder='#i18n{document.attributeType.image.width}' id='${attribute.code}_width' />