{% if item %}

{{ item.name or item.gtin }}

{% if item.brand %}

{{ item.brand }}

{% endif %} {% if item.needs_review %}

needs reviewEnrich

{% endif %}
{{ on_hand }}
on hand
{{ message }} {% if was_alias %} auto-multiplied {% endif %}
GTIN: {{ item.gtin }}
{% else %}
Error: {{ message }}
{% endif %}