{* CONTACT PROFILE *} {$list_expander_required = count($top_info_fields) > 3}
{if $editable} {/if}

{if !empty($contact.title)} {$contact.title|escape} {/if} {$wa->crm->contactName($contact.name)} {if !empty($contact.login)} @{$contact.login|escape} {/if}

{strip} {/strip}
{if $list_expander_required} {/if}

{if !empty($contact.title)} {$contact.title|escape} {/if} {$wa->crm->contactName($contact.name)} {if !empty($contact.login)} @{$contact.login|escape} {/if}

{if !$contact.is_company}
{$contact.jobtitle|default:''|escape} {if $contact.company} [`@`] {if $contact.company_contact_id > 0} {$contact.company|escape} {else} {$contact.company|escape} {/if} {/if}
{/if}
{if $editable} {include file="./ContactOperationDeleteCheckingDialog.inc.html" inline} {/if} {* TABS *} {$wa->contactProfileTabs($contact.id, ['selected_tab' => waRequest::param('tab', 'history', 'string'), 'tabs' => $tabs])}