[#assign readOnly = input.attributes.readOnly?? && input.attributes.readOnly ]

: 0[#if input.attributes.maxLength??] / ${input.attributes.maxLength}[/#if]

[#if input.errorMessage?has_content]

${input.errorMessage}

[/#if] [#if input.showHelpText && input.helpText?has_content]

${htmlUtil.escape(input.helpText)}

[/#if]