{{ header }}{{ column_left }}
{% if error_warning %}
{{ error_warning }}
{% endif %} {% if error_tax_warning %}
{{ error_tax_warning }}
{% endif %}

{{ text_edit }}

{{ text_version }}
{% if error_account_warning %}
{{ error_account_warning }}
{% endif %} {% set account_row = 0 %} {% for key, account in klarna_checkout_account %} {% set account_row = account_row + 1 %} {% endfor %}
{{ entry_merchant_id }} {{ entry_secret }} {{ entry_environment }} {{ entry_country }} {{ entry_shipping }} {{ entry_currency }} {{ entry_locale }} {{ entry_api }}
{% if error_account[key].merchant_id is defined %}
{{ error_account[key].merchant_id }}
{% endif %}
{% if error_account[key].secret is defined %}
{{ error_account[key].secret }}
{% endif %}
{% if error_account[key].locale is defined %}
{{ error_account[key].locale }}
{% endif %}
{{ footer }}