{box title="REGISTRATION"} {if $error}
{$error}
{else} {/if}
{t}Name/Surname:{/t}
{t}First name:{/t}
{t}private person{/t}
{t}legal entity{/t}
{t}Address:{/t}
{t}City:{/t}
{t}Zip:{/t}
{if $customeradd.zipwarning}
{/if}
{if $cstateslist}
{t}State:{/t}
{foreach from=$cstateslist item=item key=key}
{$item.name}
{/foreach}
{/if} {if $countrieslist}
{t}Country:{/t}
{foreach from=$countrieslist item=item key=key}
{t}{$item.name}{/t}
{/foreach}
{/if}
{t}Name:{/t}
{t}Address:{/t}
{t}City:{/t}
{t}Zip:{/t}
{if $customeradd.post_zipwarning}
{/if}
{if $cstateslist}
{t}State:{/t}
{foreach from=$cstateslist item=item key=key}
{$item.name}
{/foreach}
{/if} {if $countrieslist}
{t}Country:{/t}
{foreach from=$countrieslist item=item key=key}
{t}{$item.name}{/t}
{/foreach}
{/if}
{foreach from=$customeradd.contacts item=item key=key}
{t}mobile{/t}
{t}fax{/t}
{/foreach}
{assign var=gg value=$smarty.const.IM_GG}
{assign var=yahoo value=$smarty.const.IM_YAHOO}
{assign var=skype value=$smarty.const.IM_SKYPE}
{t}ICN{/t}:
{t}SSN{/t}:
{if $customeradd.ssnwarning}
{/if}
{t}TEN{/t}:
{if $customeradd.tenwarning}
{/if}
{t}REGON{/t}:
{t}RBE{/t}:
{/box}