{include file="sections/header.tpl"}
{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} |