{include file="sections/header.tpl"}
{Lang::T('PPPOE Package')}
{foreach $d as $ds} {/foreach}
{Lang::T('Internet Plan')} {Lang::T('Expired')}
{Lang::T('Name')} {Lang::T('Type')} {Lang::T('Bandwidth')} {Lang::T('Price')} {Lang::T('Validity')} {Lang::T('IP Pool')} {Lang::T('Internet Plan')} {Lang::T('Date')} {Lang::T('Location')} {Lang::T('Device')} {Lang::T('Manage')} ID
{$ds['name_plan']} {$ds['plan_type']} {if $ds['prepaid'] != 'yes'}{Lang::T('Postpaid')} {else} {Lang::T('Prepaid')} {/if} {$ds['name_bw']} {Lang::moneyFormat($ds['price'])}{if !empty($ds['price_old'])} {Lang::moneyFormat($ds['price_old'])} {/if} {$ds['validity']} {$ds['validity_unit']} {$ds['pool']} {if $ds['plan_expired']}{Lang::T('Yes')}{else}{Lang::T('No')} {/if} {if $ds['prepaid'] == no}{$ds['expired_date']}{/if} {if $ds['is_radius']} RADIUS {else} {if $ds['routers']!=''} {$ds['routers']} {/if} {/if} {$ds['device']} {Lang::T('Edit')} {$ds['id']}
{include file="sections/footer.tpl"}