{include file="sections/header.tpl"}
{Lang::T('Hotspot Plans')}
 
{foreach $d as $ds} {/foreach}
{Lang::T('Plan Name')} {Lang::T('Plan Type')} {Lang::T('Bandwidth Plans')} {Lang::T('Plan Category')} {Lang::T('Plan Price')} {Lang::T('Time Limit')} {Lang::T('Data Limit')} {Lang::T('Plan Validity')} {Lang::T('Routers')} {Lang::T('Expired IP Pool')} {Lang::T('ID')} {Lang::T('Manage')}
{$ds['name_plan']} {$ds['plan_type']} {$ds['name_bw']} {$ds['typebp']} {Lang::moneyFormat($ds['price'])} {$ds['time_limit']} {$ds['time_unit']} {$ds['data_limit']} {$ds['data_unit']} {$ds['validity']} {$ds['validity_unit']} {if $ds['is_radius']} RADIUS {else} {if $ds['routers']!=''} {$ds['routers']} {/if} {/if} {$ds['pool_expired']}{if $ds['list_expired']}{if $ds['pool_expired']} | {/if}{$ds['list_expired']}{/if} {$ds['id']} {Lang::T('Edit')}
{include file="pagination.tpl"}
{include file="sections/footer.tpl"}