{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}
|
{if $customerinfo.division}
|
{$customerinfo.division}
|
{/if}
|
{if $customerinfo.type}{t}legal entity{/t}{else}{t}private person{/t}{/if}
|
|
{$customerinfo.address}
{$customerinfo.zip} {$customerinfo.city}
{if $customerinfo.cstate} {$customerinfo.cstate}{/if}
{if $customerinfo.country} {t}{$customerinfo.country}{/t}{/if}
|
{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|chkconfig && $customerinfo.bankaccount}
|
{$customerinfo.bankaccount}
|
{/if}
|
{t}Deadline:{/t} {if $customerinfo.paytime eq -1}{t}default{/t}{else}{$customerinfo.paytime} {t}days{/t}{/if}
|
{if $customerinfo.cutoffstop > $smarty.now}
|
{t 0=$customerinfo.cutoffstop|date_format:"%Y/%m/%d"}Cutoff suspended to $0{/t}
|
{/if}
|
{t}Consent for personal data processing:{/t} {if $customerinfo.consentdate}{$customerinfo.consentdate}{else}{t}no consent{/t}{/if}
|