Campaign Image Gallery

#set($imagesAvailable = false) #foreach($img in $image.getSiblings()) #if($img.getData() != "") #set($imagesAvailable = true) #break #end #end #set($imgCount = 0) #if($imagesAvailable == true) #foreach($img in $image.getSiblings()) #if($img.getData() != "") #if(($imgCount % 4) == 0) #end #set($imgCount = $imgCount + 1) #end #end
#if($img.description.getData() != "")
$img.description.getData() #end
#end