{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.post_name neq "" || $customerinfo.post_address neq ""}
|
{if $customerinfo.post_name neq ""}{$customerinfo.post_name}{/if}
{if $customerinfo.post_address neq ""} {$customerinfo.post_address}{/if}
{$customerinfo.post_zip} {$customerinfo.post_city}
{if $customerinfo.post_cstate} {$customerinfo.post_cstate}{/if}
{if $customerinfo.post_country} {t}{$customerinfo.post_country}{/t}{/if}
|
{/if}
{foreach from=$customerinfo.contacts item=item}
|
{$item.phone}
{if $item.typestr}[{$item.typestr}]{/if}
{if $item.name} ({$item.name|truncate:"40":"...":true}){/if}
|
{/foreach}
{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.pin neq 0}
|
{$customerinfo.pin}
|
{/if}
{if $customerinfo.icn neq ""}
|
{t}ICN{/t}: {$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 ""}
|
{t}RBE{/t}: {$customerinfo.rbe}
|
{/if}
{if $customerinfo.bankaccount}
|
{$customerinfo.bankaccount}
|
{/if}
|
{t}Deadline:{/t}
|
{if $customerinfo.paytime eq -1}{t}default{/t}{else}{$customerinfo.paytime} {t}days{/t}{/if}
|
{t}Payment type:{/t}
|
{assign var=paytype value=$customerinfo.paytype}{if $_PAYTYPES.$paytype}{$_PAYTYPES.$paytype}{else}{t}default{/t}{/if}
|
{if $customerinfo.cutoffstop > $smarty.now}
{t 0=$customerinfo.cutoffstop|date_format:"%Y/%m/%d"}Cutoff suspended to $0{/t}
|
{/if}
|
|
{t}Consent to personal data processing:{/t}
|
{if $customerinfo.consentdate}{$customerinfo.consentdate}{else}{t}no{/t}{/if}
|
{t}Consent to electronic invoices:{/t}
|
{if $customerinfo.einvoice}{t}yes{/t}{else}{t}no{/t}{/if}
|
{t}Consent to invoices delivery via e-mail:{/t}
|
{if $customerinfo.invoicenotice}{t}yes{/t}{else}{t}no{/t}{/if}
|
{t}Consent to messages delivery via e-mail or sms:{/t}
|
{if $customerinfo.mailingnotice}{t}yes{/t}{else}{t}no{/t}{/if}
|
|