{include file="sections/user-header.tpl"}
{Lang::T('List Activated Voucher')}
{foreach $d as $ds} {/foreach}
{Lang::T('Invoice')} {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['plan_name']} {Lang::moneyFormat($ds['price'])} {$ds['type']} {Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])} {Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])} {$ds['method']}
{include file="pagination.tpl"}
{include file="sections/user-footer.tpl"}