#foreach($link in $linkList)
#if($!{link.linkType} == 'CODE')
#set($lc = $link.getLinkCode())
#set($lc = $UtilMethods.espaceVariableForVelocity($lc))
#set($lc = $UtilMethods.restoreVariableForVelocity($lc))
- $UtilMethods.evaluateVelocity($lc,$velocityContext)
#else
- $!{link.title}
#end
#end