{if $step==1} {include file="header.html"} {include file="js/buy_credits_js.html"}

{$lng.credits.buy_extra_credits}

{$lng.listings.select_plan}

{if isset($error)}{$error}{/if}

{if $credits_packages|@count>1}
{foreach from=$credits_packages item=v name=package}
{$v.name}
{$v.price_curr}
{$v.no_credits} {$lng.credits.credits}
{* end plan_body *}
{* end plan *} {/foreach}
{* end plans *} {/if} {* end if credits_packages *}
{if !isset($only_plan) || !$only_plan}
{*{$plan_name} ({$plan_price})*}
{else}
{$plan_name} ({$plan_price})
{/if}
{* end plan_selected *}
{* end wbg *}
{* end page_bounds *} {include file="footer.html"} {/if} {* end step1 *} {if $step==2}

{if isset($error)}{$error}{/if}

{if !$error}
{if $enable_coupons}
{$lng.listings.enter_coupon} :
{/if}
{if $no_processors>1}
{$lng.listings.choose_payment_method} :
{foreach from=$payment_processors name=pp item=v}   {$v.processor_title}
{/foreach}
{else}
{$lng.subscribe.payment_method}:
{$payment_processors[0].processor_title}
{/if}
{$lng.listings.total}: {if $appearance.currency_pos==0}{$appearance.default_currency}{/if}{$total}{if $appearance.currency_pos==1}{$appearance.default_currency}{/if}
{* end options *} {include file="js/buy_credits_js.html"} {/if} {* end if error *}
{* end wbg *} {/if}