{{ header }}{{ column_left }}

{{ text_edit }}

{% if openbay_amazonus_token is empty %}
  {{ text_register_banner }}
{% endif %}
{% if api_checked == true %}
{% if api_status == false %}

{{ text_api_error }}

{% elseif api_auth == false %}

{{ text_api_auth_error }}

{% else %}

{{ text_api_ok }}

{% endif %}
{% endif %}
%

{{ text_order_statuses }}

{% for key, amazonus_order_status in amazonus_order_statuses %}
{% endfor %}

{{ text_other }}

%
{{ footer }}