<@formGroup labelFor='${attribute.code}' labelKey='${attribute.name}' helpKey='${attribute.description}' mandatory=attribute.required rows=2> <#list parameters.size as size><#assign inputSize = size /> <#list parameters.maxlength as maxlength><#assign inputMaxLength = maxlength?number /> <@input type='text' name='${attribute.code}' id='${attribute.code}' size=inputSize maxlength=inputMaxLength value='${attribute.textValue}' />