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

{Lang::T('All Transactions at Date')}:

{date($_c['date_format'], strtotime($mdate))} {$mtime}

{foreach $d as $ds} {/foreach}
{Lang::T('Username')} {Lang::T('Type')} {Lang::T('Plan Name')} {Lang::T('Plan Price')} {Lang::T('Created On')} {Lang::T('Expires On')} {Lang::T('Method')} {Lang::T('Routers')}
{$ds['username']} {$ds['type']} {$ds['plan_name']} {Lang::moneyFormat($ds['price'])} {Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])} {Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])} {$ds['method']} {$ds['routers']}
{$paginator['contents']}

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

{Lang::moneyFormat($dr)}

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

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