{$person.pe_person|wash}
{t}Person{/t}: |
{$person.pe_person|wash} |
{t}Category{/t}: |
{$person.pecat_title|wash|default:" "} |
{t}Address{/t}: |
{$person.pe_address|wash|default:" "} |
{t}Address 2{/t}: |
{$person.pe_address2|wash|default:" "} |
{t}ZIP{/t}: |
{$person.pe_zip|wash|default:" "} |
{t}City{/t}: |
{$person.pe_city|wash|default:" "} |
{t}Work phone{/t}: |
{$person.pe_phonework|wash|default:" "} |
{t}Region{/t}: |
{$person.pe_region|wash|default:" "} |
{t}Mobile{/t}: |
{$person.pe_phonemobile|wash|default:" "} |
{t}Country{/t}: |
{$person.ctr_name|wash|default:" "} |
{t}Home phone{/t}: |
{$person.pe_phonehome|wash|default:" "} |
{t}Tax number{/t}: |
{$person.pe_taxnr|wash|default:" "} |
{t}Fax{/t}: |
{$person.pe_fax|wash|default:" "} |
{t}Url{/t}: |
{if strlen($person.pe_url)}{$person.pe_url|wash|phpaga_urlmodifier}{else} {/if} |
{t}Company{/t}: |
{$person.cpn_name|wash} |
{t}Email{/t}: |
{if (isset($person.pe_email) && strlen($person.pe_email))}
{$person.pe_email|wash}
{else}
{/if}
|
{t}Job category{/t}: |
{$person.jcat_title|wash|default:" "} |
{t}Record owner{/t}: |
{$person.owner_pe_person|wash|default:" "} |
{t}Default hourly rate{/t}: |
{if ($perm_rate)}{$person.pe_hourlyrate|wash|default:" "}{else}{t}hidden{/t}{/if} |
{if $person.pe_duration > 0}
{/if}
{/if}
{if (isset($person.projects) && (count($person.projects) > 0))}