Hello guys,
I am trying to display a list of entity by using the code below but I cannot see any output and I dont have error during when I save the design
#foreach( $value in $entity.name)
<li>$value</li>
#end
In addition I can see output if i do entity1.name.
Any suggestion?
Thaks