About Us - IPC Counsel Portfolio Services
##
## Web content templates are used to lay out the fields defined in a
## web content structure.
##
## Please use the left panel to quickly add commonly used variables.
## Autocomplete is also available and can be invoked by typing "$".
##
$Text_Box1.getData()
$Text_Box2.getData()
$Text_Box3.getData()
##
## Web content templates are used to lay out the fields defined in a
## web content structure.
##
## Please use the left panel to quickly add commonly used variables.
## Autocomplete is also available and can be invoked by typing "$".
##
#set($year = [])
#set($header = [])
#set($body = [])
#if (!$Year.getSiblings().isEmpty())
#foreach ($cur_Year in $Year.getSiblings())
$year.add($cur_Year.getData())
$header.add($cur_Year.Header.getData())
$body.add($cur_Year.Body.getData())
#end
#end
$Title.getData()
##
## Web content templates are used to lay out the fields defined in a
## web content structure.
##
## Please use the left panel to quickly add commonly used variables.
## Autocomplete is also available and can be invoked by typing "$".
##
##
## Web content templates are used to lay out the fields defined in a
## web content structure.
##
## Please use the left panel to quickly add commonly used variables.
## Autocomplete is also available and can be invoked by typing "$".
##
$Header1.getData()
$Header2.getData()
$Content_Text1.getData()
$Content_Text2.getData()
##
## Web content templates are used to lay out the fields defined in a
## web content structure.
##
## Please use the left panel to quickly add commonly used variables.
## Autocomplete is also available and can be invoked by typing "$".
##
$Main_Title.getData()
$First_Team_Title.getData()
#set( $counter = 0 )
#if (!$First_Team_Member_Image.getSiblings().isEmpty())
#foreach ($cur_First_Team_Member_Image in $First_Team_Member_Image.getSiblings())
#if ( $counter%4 == 0 && $counter != 0 )
#end
#set( $counter = $counter + 1 )
#if ( $counter%4 == 0 && $counter != 0 )
#end #end #end
$Second_Team_Title.getData()
#set( $counter = 0 )
#if (!$Second_Team_Member_Image.getSiblings().isEmpty())
#foreach($cur_Second_Team_Member_Image in $Second_Team_Member_Image.getSiblings())
#if ( $counter%4 == 0 && $counter != 0 )
#end
#set( $counter = $counter + 1 )
#if ( $counter%4 == 0 && $counter != 0 )
#end #end #end
$Third_Team_Title.getData()
#set( $counter = 0 )
#if (!$Third_Team_Member_Image.getSiblings().isEmpty())
#foreach($cur_Third_Team_Member_Image in $Third_Team_Member_Image.getSiblings())
#if ( $counter%4 == 0 && $counter != 0 )
#end
#set( $counter = $counter + 1 )
#if ( $counter%4 == 0 && $counter != 0 )
#end #end #end