{Lang::T('All Transactions at Date')}: {Lang::dateAndTimeFormat($sd, $ts)} - {Lang::dateAndTimeFormat($ed, $te)}
{Lang::T('Username')} |
{Lang::T('Plan Name')} |
{Lang::T('Type')} |
{Lang::T('Plan Price')} |
{Lang::T('Created On')} |
{Lang::T('Expires On')} |
{Lang::T('Method')} |
{Lang::T('Routers')} |
{foreach $d as $ds}
{$ds['username']} |
{$ds['plan_name']} |
{$ds['type']} |
{Lang::moneyFormat($ds['price'])} |
{Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])} |
{Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])} |
{$ds['method']} |
{$ds['routers']} |
{/foreach}
{Lang::T('Total Income')}:
{$_c['currency_code']} {number_format($dr,2,$_c['dec_point'],$_c['thousands_sep'])}