{include file="sections/header.tpl"}
avatar

{$d['fullname']}

  • {$_L['Username']} {$d['username']}
  • {$_L['Phone_Number']} {$d['phonenumber']}
  • {$_L['Email']} {$d['email']}

{Lang::nl2br($d['address'])}

  • {$_L['Password']}
  • {if $d['pppoe_password'] != ''}
  • PPPOE {$_L['Password']}
  • {/if}
  • {Lang::T('Balance')} {Lang::moneyFormat($d['balance'])}
  • {Lang::T('Auto Renewal')} {if $d['auto_renewal']}yes{else}no{/if}
  • {$_L['Created_On']} {Lang::dateTimeFormat($d['created_at'])}
  • {Lang::T('Last Login')} {Lang::dateTimeFormat($d['last_login'])}
{if $package}

{$package['type']} - {$package['namebp']}

  • {Lang::T('Active')} {if $package['status']=='on'}yes{else}no{/if}
  • {$_L['Created_On']} {Lang::dateAndTimeFormat($package['recharged_on'],$package['recharged_time'])}
  • {$_L['Expires_On']} {Lang::dateAndTimeFormat($package['expiration'], $package['time'])}
  • {$package['routers']} {$package['method']}
{else} {Lang::T('Recharge')}
{/if} {Lang::T('Back')}
{if Lang::arrayCount($activation)} {foreach $activation as $ds} {/foreach} {/if} {if Lang::arrayCount($order)} {foreach $order as $ds} {/foreach} {/if}
{$_L['Invoice']} {$_L['Username']} {$_L['Plan_Name']} {$_L['Plan_Price']} {$_L['Type']} {$_L['Created_On']} {$_L['Expires_On']} {$_L['Method']}
{$ds['invoice']} {$ds['username']} {$ds['plan_name']} {Lang::moneyFormat($ds['price'])} {$ds['type']} {Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])} {Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])} {$ds['method']}
{$_L['Plan_Name']} {Lang::T('Gateway')} {Lang::T('Routers')} {$_L['Type']} {$_L['Plan_Price']} {$_L['Created_On']} {$_L['Expires_On']} {Lang::T('Date Done')} {$_L['Method']}
{$ds['plan_name']} {$ds['gateway']} {$ds['routers']} {$ds['payment_channel']} {Lang::moneyFormat($ds['price'])} {Lang::dateTimeFormat($ds['created_date'])} {Lang::dateTimeFormat($ds['expired_date'])} {if $ds['status']!=1}{Lang::dateTimeFormat($ds['paid_date'])}{/if} {if $ds['status']==1}{$_L['UNPAID']} {elseif $ds['status']==2}{$_L['PAID']} {elseif $ds['status']==3}{$_L['FAILED']} {elseif $ds['status']==4}{$_L['CANCELED']} {elseif $ds['status']==5}{$_L['UNKNOWN']} {/if}
{$paginator['contents']}
{include file="sections/footer.tpl"}