{php}$GLOBALS['__pagePath'] = array('TRANS_MANAGE_CLIENTS', 'TRANS_CONTACTS', 'TRANS_EDIT_CONTACT_INFO');{/php} {include file="$tplDirectory/header.tpl" parentName="TRANS_MANAGE_CLIENTS" childName="TRANS_CONTACTS" grandchildName="TRANS_EDIT_CONTACT_INFO" sideNavMajor="clients" sideNavMinor="clients"} {include file="$tplDirectory/widgets/showInvalid.tpl" inputInvalid=$inputInvalid} {include file="$tplDirectory/widgets/context/client.tpl" client=$client suppressEditLink=1 suppressDeleteLink=1} {if $formValues.contactPrimary} {assign var="suppressDeleteLink" value=1} {else} {assign var="suppressDeleteLink" value=0} {/if} {include file="$tplDirectory/widgets/context/contact.tpl" client=$client contact=$contact suppressEditLink=1 suppressDeleteLink=$suppressDeleteLink}