{Lang::T('All Transactions at Date')}: {date( $_c['date_format'], strtotime($fdate))} - {date( $_c['date_format'], strtotime($tdate))}

{foreach $d as $ds} {/foreach}
{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')}
{$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']}

{Lang::T('Total Income')}:

{Lang::moneyFormat($dr)}

{if isset($xfooter)} {$xfooter} {/if}