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_" + name

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

<#if stringUtil.equals(language, "ftl")>
${r"<#if"} ${variableName}?has_content>
	${r"<#list"} ${variableName} as ${itemName}>
		${templateContent}
	${r""}
${r""}
<#else>
#if (!$${variableName}.isEmpty())
	#foreach ($${itemName} in $${variableName})
		${templateContent}
	#end
#end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy