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

{$d['fullname']}

  • {Lang::T('Status')}  {Lang::T($d['status'])} 
  • {Lang::T('Username')} {$d['username']}
  • {Lang::T('Phone Number')} {$d['phonenumber']}
  • {Lang::T('Email')} {$d['email']}
  • {Lang::nl2br($d['address'])}
  • {Lang::T('City')} {Lang::T($d['city'])}
  • {Lang::T('District')} {Lang::T($d['district'])}
  • {Lang::T('State')} {Lang::T($d['state'])}
  • {Lang::T('Zip')} {Lang::T($d['zip'])}
  • {Lang::T('Password')}
  • {if $d['pppoe_password'] != ''}
  • PPPOE {Lang::T('Password')}
  • {/if} {if $customFields} {foreach $customFields as $customField}
  • {$customField.field_name} {if strpos($customField.field_value, ':0') === false} {$customField.field_value} {else} {Lang::T('Paid')} {/if}
  • {/foreach} {/if}
  • {Lang::T('Service Type')} {Lang::T($d['service_type'])}
  • {Lang::T('Account Type')} {Lang::T($d['account_type'])}
  • {Lang::T('Balance')} {Lang::moneyFormat($d['balance'])}
  • {Lang::T('Auto Renewal')} {if $d['auto_renewal']}yes{else}no {/if}
  • {Lang::T('Created On')} {Lang::dateTimeFormat($d['created_at'])}
  • {Lang::T('Last Login')} {Lang::dateTimeFormat($d['last_login'])}
  • {if $d['coordinates']}
  • {Lang::T('Coordinates')} Get Directions
  • {/if}
{foreach $packages as $package}

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

  • {Lang::T('Active')} {if $package['status']=='on'}yes{else}no {/if}
  • {Lang::T('Type')} {if $package['prepaid'] eq yes}Prepaid{else}Postpaid{/if}
  • {Lang::T('Created On')} {Lang::dateAndTimeFormat($package['recharged_on'],$package['recharged_time'])}
  • {Lang::T('Expires On')} {Lang::dateAndTimeFormat($package['expiration'], $package['time'])}
  • {$package['routers']} {$package['method']}
{/foreach}
{if Lang::arrayCount($activation)} {foreach $activation as $ds} {/foreach} {/if} {if Lang::arrayCount($order)} {foreach $order as $ds} {/foreach} {/if}
{Lang::T('Invoice')} {Lang::T('Username')} {Lang::T('Plan Name')} {Lang::T('Plan Price')} {Lang::T('Type')} {Lang::T('Created On')} {Lang::T('Expires On')} {Lang::T('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']}
{Lang::T('Plan Name')} {Lang::T('Gateway')} {Lang::T('Routers')} {Lang::T('Type')} {Lang::T('Plan Price')} {Lang::T('Created On')} {Lang::T('Expires On')} {Lang::T('Date Done')} {Lang::T('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}{Lang::T('UNPAID')} {elseif $ds['status']==2}{Lang::T('PAID')} {elseif $ds['status']==3}{$_L['FAILED']} {elseif $ds['status']==4}{Lang::T('CANCELED')} {elseif $ds['status']==5}{Lang::T('UNKNOWN')} {/if}
{include file="pagination.tpl"}
{if $d['coordinates']} {literal} {/literal} {/if} {include file="sections/footer.tpl"}