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

{{ text_edit }}

{{ text_api_settings }}

{{ help_api_token }}

{{ text_shipping_settings }}

$
{{ help_shipping_domestic }}
$
{{ help_shipping_international }}

{{ text_sync_settings }}

{{ help_sync_categories }}

{{ text_manual_sync }}

{{ text_order_import }}

{{ text_category_mapping_help }}

{% if module_reverb_sync_categories is empty %}
{{ text_no_categories }}
{% else %} {% for category in categories %} {% if category.category_id in module_reverb_sync_categories %} {% endif %} {% endfor %}
{{ column_oc_category }} {{ column_reverb_category }}
{{ category.name|raw }}
{% endif %}
{% if sync_log is empty %}

{{ text_no_log }}

{% else %} {% for entry in sync_log %} {% endfor %}
{{ column_date }} {{ column_product }} {{ column_direction }} {{ column_status }} {{ column_message }}
{{ entry.created_at }} {{ entry.product_name ?? entry.product_id }} {{ entry.direction == 'push' ? text_push : text_pull }} {{ entry.status == 'success' ? text_log_success : text_error }} {{ entry.message }}
{% endif %}
{{ footer }}