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

There is a newer version: 5.0.177
Show 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 - 2024 Weber Informatics LLC | Privacy Policy