{include file="sections/user-header.tpl"}
{if $plan['type']!='Balance'}
{$router['name']}
{$router['description']}
{/if}
{if $trx['status']==2} {/if} {if $plan['type']!='Balance'} {if $plan['type'] eq 'Hotspot'} {if $plan['typebp'] eq 'Limited'} {if $plan['limit_type'] eq 'Time_Limit' or $plan['limit_type'] eq 'Both_Limit'} {/if} {if $plan['limit_type'] eq 'Data_Limit' or $plan['limit_type'] eq 'Both_Limit'} {/if} {/if} {/if} {/if}
{Lang::T('Status')} {if $trx['status']==1}{Lang::T('UNPAID')}{elseif $trx['status']==2}{Lang::T('PAID')}{elseif $trx['status']==3}{Lang::T('FAILED')}{elseif $trx['status']==4}{Lang::T('CANCELED')}{else}{Lang::T('UNKNOWN')}{/if}
{Lang::T('expired')} {date($_c['date_format'], strtotime($trx['expired_date']))} {date('H:i', strtotime($trx['expired_date']))}
{Lang::T('Paid Date')} {date($_c['date_format'], strtotime($trx['paid_date']))} {date('H:i', strtotime($trx['paid_date']))}
{$_L['Plan_Name']} {$plan['name_plan']}
{$_L['Plan_Price']} {Lang::moneyFormat($plan['price'])}
{Lang::T('Type')} {$plan['type']}
{Lang::T('Plan_Type')} {Lang::T($plan['typebp'])}
{Lang::T('Time_Limit')} {$ds['time_limit']} {$ds['time_unit']}
{Lang::T('Data_Limit')} {$ds['data_limit']} {$ds['data_unit']}
{$_L['Plan_Validity']} {$plan['validity']} {$plan['validity_unit']}
{$_L['Bandwidth_Plans']} {$bandw['name_bw']}
{$bandw['rate_down']}{$bandw['rate_down_unit']}/{$bandw['rate_up']}{$bandw['rate_up_unit']}
{if $trx['status']==1} {/if}
{include file="sections/user-footer.tpl"}