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

template.simple.radiomap.vm Maven / Gradle / Ivy

#set( $items = $parameters.list )
#if( $items )
    #foreach( $item in $items )
        $stack.push($item)

        #if( $parameters.listKey )
            #set( $itemKey = $stack.findValue($parameters.listKey) )
        #else
            #set( $itemKey = $item )
        #end

        #if( $parameters.listValue )
            #set( $itemValue  = $stack.findValue($parameters.listValue) )
        #else
            #set( $itemValue = $item )
        #end

        

        #set ($trash = $stack.pop())
    #end
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy