{include file="sections/header.tpl"}
{Lang::nl2br($d['address'])}
{$_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} |