<@formGroup labelFor='${attribute.code}' labelKey='${attribute.name}' helpKey='${attribute.description}' mandatory=attribute.required rows=2> <#if attribute.textValue?has_content> <#assign value = attribute.textValue /> <@input type='date' id='${attribute.code}' name='${attribute.code}' inputSize=10 value=value! />