All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.liferay.journal.web.portlet.template.dependencies.repeatable.ftl Maven / Gradle / Ivy

The newest version!
<#assign
	itemName = "cur_" + stringUtil.replace(name, ".", "_")

	variableName = name + ".getSiblings()"
/>

${r"<#if"} ${variableName}?has_content>
	${r"<#list"} ${variableName} as ${itemName}>
		${templateContent}
	${r""}
${r""}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy