{include file="sections/header.tpl"}
{if in_array($_admin['user_type'],['SuperAdmin','Admin'])} {* *} {/if}  
{foreach $d as $ds} {if $ds['type'] == 'Hotspot'} {else} {/if} {/foreach}
{Lang::T('Username')} {Lang::T('Plan Name')} {Lang::T('Type')} {Lang::T('Created On')} {Lang::T('Expires On')} {Lang::T('Method')} {Lang::T('Location')} {Lang::T('Manage')}
{$ds['username']}{$ds['namebp']}{$ds['namebp']}{$ds['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"}