{literal} {/literal}
|
{$customerinfo.customername|escape} ({$customerinfo.id|string_format:"%04d"}){if $customerinfo.deleted} ({t}deleted customer{/t}){/if} | ||
{if $customerinfo.status eq "3"} {/if}
{if $customerinfo.status eq "2"} {/if}
{if $customerinfo.status eq "1"} {/if}
|
{if $customerinfo.status eq "3"}{t}connected{/t}{/if} {if $customerinfo.status eq "2"}{t}waiting{/t}{/if} {if $customerinfo.status eq "1"}{t}interested{/t}{/if} | ||
|
{$customerinfo.phone1}{if $customerinfo.phone2 neq ""} {$customerinfo.phone2}{/if}{if $customerinfo.phone3 neq ""} {$customerinfo.phone3}{/if} |
||
|
{$customerinfo.address} {$customerinfo.zip} {$customerinfo.city} |
||
|
{$customerinfo.serviceaddr|replace:"\n":" "} |
||
|
{$customerinfo.email} | ||
{if $_language=="pl"}
{/if}
|
{if $_language=="pl"} {$customerinfo.im} {else} {$customerinfo.im} {/if} | ||
| {t}TEN:{/t} | {$customerinfo.ten} | ||
| {t}SSN:{/t} | {$customerinfo.ssn} | ||
|
{t}PIN:{/t} | {$customerinfo.pin} | |
|
{t}Balance:{/t} | {if $customerinfo.balance < 0}{$customerinfo.balance|money_format}{else}{$customerinfo.balance|default:"0"|money_format}{/if} | |
|
{t}Created:{/t} {t}Modified:{/t} |
{$customerinfo.createdby}, {$customerinfo.creationdateh} {if $customerinfo.moddate}{$customerinfo.modifiedby}, {$customerinfo.moddateh}{else}-{/if} |
|
|
|
||
|
|
||
{if $customerinfo.deleted}
{t}Restore{/t}
{else}
{t}Accounts{/t}
{t}Edit{/t}
{t}Delete{/t}
|
|||