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

{$_L['All_Transactions_at_Date']}:

{$stype} [{date( $_c['date_format'], strtotime($fdate))} - {date( $_c['date_format'], strtotime($tdate))}]

{foreach $d as $ds} {/foreach}
{$_L['Username']} {$_L['Type']} {$_L['Plan_Name']} {$_L['Plan_Price']} {$_L['Created_On']} {$_L['Expires_On']} {$_L['Method']} {$_L['Routers']}
{$ds['username']} {$ds['type']} {$ds['plan_name']} {$_c['currency_code']} {number_format($ds['price'],0,$_c['dec_point'],$_c['thousands_sep'])} {date($_c['date_format'], strtotime($ds['recharged_on']))} {$ds['time']} {date($_c['date_format'], strtotime($ds['expiration']))} {$ds['time']} {$ds['method']} {$ds['routers']}

{$_L['Total_Income']}:

{$_c['currency_code']} {number_format($dr,2,$_c['dec_point'],$_c['thousands_sep'])}

{$stype} [{date( $_c['date_format'], strtotime($fdate))} - {date( $_c['date_format'], strtotime($tdate))}]

{include file="sections/footer.tpl"}