{include file="sections/header.tpl"}
{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} |