{showpage:include/header}
{else}
{if($num==0)}
- No Contacts -
{if(($flag==0)||($id==0) ||($flag==""))}All Contacts>>{$contactname}{elseif($flag>0)}Contact Groups >>{cfn:getgroupname($flag)} >> {$contactname}{endif}
{loopstart:contacts:100} {if($contacts[3]!=0)} {endif} {if($groupcount!=0)} {endif} {if($contacts[4]!="")} {endif} {if($contacts[5]!="")} {endif} {if($contacts[6]!="")} {endif} {if($contacts[7]!="")} {endif} {if($contacts[8]!="")} {endif} {if($contacts[9]!=0)} {endif} {if($contacts[10]!="")} {endif} {if($contacts[11]!="")} {endif} {loopend:contacts}
  
  
Contacts {$contacts[1]}
  
Added By {cfn:getusername($contacts[2])}
  
Group Name {cfn:getgroupname($contacts[3])}
  
Existing Groups {loopstart:groups:1000} {cfn:getfoldername($groups[3],$groupcount,$groups)} {loopend:groups}
  
First Name {$contacts[4]}
  
Last Name {$contacts[5]}
  
Date Of Birth {fn:date("j M,Y",$contacts[6])}
  
Title {$contacts[7]}
  
Company {$contacts[8]}
  
Phone {$contacts[9]}
  
Address {fn:nl2br($contacts[10])}
  
Website {$contacts[11]}
  
  
  
{endif}

{showpage:include/footer}