{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.address}
{$customerinfo.zip} {$customerinfo.city}
|
{if $customerinfo.contacts}
|
{foreach from=$customerinfo.contacts item=item}
{if $item.phone}{$item.phone}{if $item.name} ({$item.name|truncate:"40":"...":true}){/if} {/if}
{/foreach}
|
{/if}
{if $customerinfo.serviceaddr neq ""}
|
{$customerinfo.serviceaddr|replace:"\n":" "}
|
{/if}
{if $customerinfo.email neq ""}
|
{$customerinfo.email}
|
{/if}
{foreach from=$customerinfo.messengers item=item}
{if $item.type == $smarty.const.IM_GG}
{elseif $item.type == $smarty.const.IM_YAHOO}
{elseif $item.type == $smarty.const.IM_SKYPE}
{else}
{/if}
|
{if $item.type == $smarty.const.IM_GG}
{$item.uid}
{elseif $item.type == $smarty.const.IM_YAHOO}
{$item.uid}
{elseif $item.type == $smarty.const.IM_SKYPE}
{$item.uid}
{else}
{$item.uid}
{/if}
|
{/foreach}
{if $customerinfo.icn neq ""}
|
{$customerinfo.icn}
|
{/if}
{if $customerinfo.ssn neq ""}
{t}SSN:{/t}
|
{$customerinfo.ssn}
|
{/if}
{if $customerinfo.ten neq ""}
{t}TEN:{/t}
|
{$customerinfo.ten}
|
{/if}
{if $customerinfo.regon neq ""}
{t}REGON:{/t}
|
{$customerinfo.regon}
|
{/if}
{if $customerinfo.rbe neq ""}
|
{$customerinfo.rbe}
|
{/if}
{if $customerinfo.pin neq 0}
|
{$customerinfo.pin}
|
{/if}
{if $_config.finances.iban}
|
{$customerinfo.bankaccount}
|
{/if}