{literal} {/literal}
{t}Name/Surname:{/t}
{t}First name:{/t}
{if $customerinfo.status eq "3"}{/if} {if $customerinfo.status eq "2"}{/if} {if $customerinfo.status eq "1"}{/if}
{t}Address:{/t}
{t}City:{/t}
{t}Zip:{/t}
{foreach from=$customerinfo.contacts item=item key=key} {/foreach}
{t}Add contact field{/t} »»»
Gadu-Gadu {assign var=gg value=$smarty.const.IM_GG}
Yahoo {assign var=yahoo value=$smarty.const.IM_YAHOO}
Skype {assign var=skype value=$smarty.const.IM_SKYPE}

{t}SSN{/t}
{t}TEN{/t}
{t}REGON{/t}
  »»»
{t}Balance:{/t} {if $customerinfo.balance < 0}{$customerinfo.balance|money_format}{else}{$customerinfo.balance|money_format}{/if}
{t}Created:{/t}
{t}Modified:{/t}
{$customerinfo.createdby}, {$customerinfo.creationdateh}
{if $customerinfo.moddate}{$customerinfo.modifiedby}, {$customerinfo.moddateh}{else}-{/if}
{t}Submit{/t} {t}Cancel{/t}