{include file="sections/header.tpl"}
{if in_array($_admin['user_type'],['SuperAdmin','Admin'])} {/if}  
 
{foreach $d as $ds} {/foreach}
{Lang::T('Username')} {Lang::T('Plan Name')} {Lang::T('Plan Type')} {Lang::T('Type')} {Lang::T('Created On')} {Lang::T('Expires On')} {Lang::T('Method')} {Lang::T('Routers')} {Lang::T('Manage')}
{$ds['username']} {$ds['namebp']} {$ds['type']} {$ds['plan_type']} {Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])} {Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])} {$ds['method']} {$ds['routers']} {Lang::T('Edit')} {if in_array($_admin['user_type'],['SuperAdmin','Admin'])} {/if} {if $ds['status']=='off' && $_c['extend_expired']} {Lang::T('extend')} {/if}
{include file="pagination.tpl"}
{include file="sections/footer.tpl"}