{if $error_message}
{$error_message}
{/if} {if $required_fields} {foreach key=key_data item=item_data from=$required_fields} {/foreach} {/if} {if $installment_plan} {/if} {if $confirm_text} {/if} {if isset($smarty.session.payone_installment.installment_type) && $smarty.session.payone_installment.installment_type == 'klarna'} {/if}
{$key_data|constant}
{foreach name=inner item=item_data from=$installment_plan}
  • {$item_data.plan.1.Amount|number_format:"2":",":""} {$item_data.Currency} {$smarty.const.TEXT_EACH_MONTH} - {$item_data.Duration} {$smarty.const.TEXT_RATES}
{foreach name=plan item=item_plan from=$item_data.plan} {/foreach}
{$smarty.const.TEXT_DURATION}: {$item_data.Duration} {$smarty.const.TEXT_DURATION_MONTHS}
{$smarty.const.TEXT_FINANCING_AMOUNT}: {$item_data.OriginalAmount|number_format:"2":",":""} {$item_data.Currency}
{$smarty.const.TEXT_TOTAL_AMOUNT}: {$item_data.TotalAmount|number_format:"2":",":""} {$item_data.Currency}
{$smarty.const.TEXT_INTERESTRATE}: {$item_data.InterestRate}%
{$smarty.const.TEXT_EFFECTIVE_INTERESTRATE}: {$item_data.EffectiveInterestRate}%
{$smarty.const.TEXT_MONTHLY_RATES}: {$item_data.plan.1.Amount|number_format:"2":",":""} {$item_data.Currency}
{$smarty.const.TEXT_RATES_PLAN}
{$smarty.foreach.plan.iteration}. {$smarty.const.TEXT_RATES_DUE} {$item_plan.Due|xtc_date_short} {$item_plan.Amount|number_format:"2":",":""} {$item_data.Currency}
{$smarty.const.TEXT_CONTRACT}: {$smarty.const.TEXT_DOWNLOAD_CONTRACT}
{/foreach}
{$confirm_text}
{$smarty.const.TEXT_KLARNA_INVOICE}
{$invoice_js} {$confirm_js}