{box title="Informations about you"}
|
||
{img src="person.gif" alt=""} | {$userinfo.customername} ({$userinfo.id|string_format:"%04d"}) | |
{img src="mail.gif" alt=""} |
{foreach $userinfo.emails as $email}
{$email.email}{if !$email@last} {/if} {/foreach} |
|
{img src="address.gif" alt=""} |
{$userinfo.address} {$userinfo.zip} {$userinfo.city} |
|
{img src="phone.gif" alt=""} |
{foreach from=$userinfo.contacts item=item}
{if $item.phone}{$item.phone} {/if} {/foreach} |
|
{if $item.type & $smarty.const.CONTACT_IM_GG} {img src="gg.gif" alt=""} {elseif $item.type & $smarty.const.CONTACT_IM_YAHOO} {img src="yahoo.gif" alt=""} {elseif $item.type & $smarty.const.CONTACT_IM_SKYPE} {img src="skype.gif" alt=""} {/if} | {$item.uid} | |
{trans("TEN")} | {$userinfo.ten} | |
{trans("SSN")} | {$userinfo.ssn} | |
{img src="cash.gif" alt=""} | {trans("Balance:")} | {if $userinfo.balance < 0}{$userinfo.balance|money_format}{else}{$userinfo.balance|money_format}{/if} |
{img src="cash.gif" alt=""} | {trans("Bank accounts:")} |
{if $userinfo.bankaccount}
{format_bankaccount($userinfo.bankaccount)|replace:" ":" "}
{/if}
{if $userinfo.accounts} {/if} {foreach $userinfo.accounts as $account} {format_bankaccount($account.account)|replace:" ":" "}{if !$account@last} {/if} {/foreach} |
{trans("Actualize data")} {img src="edit.gif" alt="[ Edit ]"} |