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

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

{$lng.credits.buy_extra_credits}

{if $credits_packages|@count>1}
{foreach from=$credits_packages item=v name=package} {if $smarty.foreach.package.index%3==2 && $smarty.foreach.package.index!=$no_packages} {/if} {/foreach}

{$v.name}

{$v.no_credits} {$lng.credits.credits}
{$v.price_curr}

{/if} {* end if credits_packages *}
{$lng.credits.credits_package}: {$plan_name} ({$plan_price})
{if !isset($only_plan) || !$only_plan} {/if}
{* end form_container *} {include file="footer.html"} {/if} {* end step1 *} {if $step==2}

{$error}

{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}


{literal} {/literal} {/if} {* end if error *} {/if}