[#if layoutMode == "edit"] [@liferay_editor["resources"] editorName="ckeditor" /]
[#if input.showLabel && input.label?has_content] [/#if]
[#else] [@liferay_editor["editor"] contents=input.value editorName="ckeditor" name=input.name placeholder=input.label required=input.required /] [/#if] [#if input.errorMessage?has_content]

${input.errorMessage}

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

${htmlUtil.escape(input.helpText)}

[/#if]