RL Design & Print recognise that it's our team of experienced staff
who create and maintain our reputation. They blend experience, creativity
and technical expertise with a strong commitment to providing a wide range
of products and services to our clients.
Click on the person's picture for more information.
{foreach name=outer item=node from=$viewobject.Person}
{if $smarty.foreach.outer.index is even && $node.Fullname->textual_data neq "Phil Searle
Managing Director"}
{if $node.Thumbnail->textual_data}
{/if}
{$node.Fullname->textual_data}
{/if}
{/foreach}
{foreach name=outer item=node from=$viewobject.Person}
{if $node.Fullname->textual_data eq "Phil Searle
Managing Director" || $smarty.foreach.outer.index is odd}
{if $node.Fullname->textual_data eq "Phil Searle
Managing Director"}
{else}
{/if}
{if $node.Thumbnail->textual_data}
{/if}
{$node.Fullname->textual_data}
{/if}
{/foreach}