{include file="sections/header.tpl"}
{Lang::T('Hotspot Plans')}
{foreach $d as $ds} {/foreach}
{Lang::T('Internet Plan')} Limit {Lang::T('Expired')}
{Lang::T('Name')} {Lang::T('Type')} {Lang::T('Bandwidth')} {Lang::T('Category')} {Lang::T('Price')} {Lang::T('Validity')} {Lang::T('Time')} {Lang::T('Data')} {Lang::T('Location')} {Lang::T('Device')} {Lang::T('Internet Plan')} {Lang::T('Date')} {Lang::T('ID')} {Lang::T('Manage')}
{$ds['name_plan']} {if $ds['prepaid'] == no}Postpaid{else}Prepaid{/if} {$ds['plan_type']} {$ds['name_bw']} {$ds['typebp']} {Lang::moneyFormat($ds['price'])} {$ds['validity']} {$ds['validity_unit']} {$ds['time_limit']} {$ds['time_unit']} {$ds['data_limit']} {$ds['data_unit']} {if $ds['is_radius']} RADIUS {else} {if $ds['routers']!=''} {$ds['routers']} {/if} {/if} {$ds['device']} {if $ds['plan_expired']}Yes{else}No {/if} {if $ds['prepaid'] == no}{$ds['expired_date']}{/if} {$ds['id']} {Lang::T('Edit')}
{include file="sections/footer.tpl"}