{include file="sections/user-header.tpl"}
{if $_c['enable_balance'] == 'yes'}
{Lang::T('Balance Plans')}
{foreach $plans_balance as $plan}
{$plan['name_plan']}
{Lang::T('Price')} {Lang::moneyFormat($plan['price'])}
Buy
{/foreach}
{/if}
{include file="sections/user-footer.tpl"}