{if $pin_min_size == $pin_max_size} {$pin_tip=trans("Enter \$a characters PIN code", $pin_min_size)} {else} {$pin_tip=trans("Enter \$a to \$b characters PIN code", $pin_min_size, $pin_max_size)} {/if}
{trans("Name/Surname:")}
{trans("First name:")}
{trans("External system identifier:")}
{block name="customereditbox-leftcolumn"} {if $divisions} {/if} {$addr_counter = 0} {foreach $customerinfo.addresses as $v} {if $v.location_address_type != $smarty.const.BILLING_ADDRESS && $v.location_address_type != $smarty.const.POSTAL_ADDRESS } {/if} {/foreach} {include file="customer/customercontacts.html" customerinfo=$customerinfo formelemprefix="customerdata"} {/block}
{foreach $customerinfo.addresses as $v} {if $v.location_address_type == $smarty.const.BILLING_ADDRESS} {$v.prefix = "customerdata[addresses]["|cat:$addr_counter|cat:"]"} {$addr_counter = $addr_counter + 1} {$v.hide_name=true} {location_box_expandable data=$v} {/if} {/foreach}
{$postal_addr = 0} {foreach $customerinfo.addresses as $v} {if $v.location_address_type == $smarty.const.POSTAL_ADDRESS} {$v.prefix = "customerdata[addresses]["|cat:$addr_counter|cat:"]"} {$addr_counter = $addr_counter + 1} {$postal_addr = 1} {location_box_expandable data=$v} {/if} {/foreach} {* if postal address is not set *} {if $postal_addr == 0} {$tmp['location_address_type'] = $smarty.const.POSTAL_ADDRESS} {$tmp['prefix'] = "customerdata[addresses]["|cat:$addr_counter|cat:"]"} {$addr_counter = $addr_counter + 1} {location_box_expandable data=$tmp} {/if}
{if $v.location_address_type == $smarty.const.DEFAULT_LOCATION_ADDRESS} {else} {/if} {$v.prefix = "customerdata[addresses]["|cat:$addr_counter|cat:"]"} {$address_idx = $addr_counter} {$v.default_type = 1} {$v.clear_button = 1} {$addr_counter = $addr_counter + 1} {location_box_expandable data=$v}
{trans('Add address')} »»»

  »»»
{trans("ICN")}:
{trans("SSN")}: {if $customerinfo.ssnwarning} {/if} {if $customerinfo.ssnexistencewarning} {/if}
{trans("TEN")}: {if $customerinfo.tenwarning} {/if} {if $customerinfo.tenexistencewarning} {/if} »»»
{trans("REGON")}: »»»
{trans("RBE Name:")}
{trans("RBE")}: »»»
{trans("Deadline:")}
{trans("Payment type:")}
{trans("Cutoff suspending:")}  
{block name="customereditbox-options"} {/block}
{block name="customereditbox-rightcolumn"} {/block}
{trans("Balance:")} {if $customerinfo.balance < 0}{$customerinfo.balance|money_format}{else}{$customerinfo.balance|money_format}{/if}
{trans("Created:")} {$customerinfo.createdby}, {$customerinfo.creationdateh}
{trans("Modified:")} {if $customerinfo.moddate}{$customerinfo.modifiedby}, {$customerinfo.moddateh}{else}-{/if}
{trans("Submit")} {trans("Cancel")}