{include file="sections/header.tpl"}
{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']} | {if $ds['type'] == 'Hotspot'}{$ds['namebp']} | {else}{$ds['namebp']} | {/if}{$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} |