{% from "erpnext/templates/includes/macros.html" import item_card, item_card_body, product_image_square %}
{{ product_image_square(thumbnail or website_image or image) }}
{{ item_name or name }}
{% set website_description = website_description or description %} {% if website_description != item_name %}
{{ website_description or description }}
{% elif item_code and item_code != item_name %}
{{ _('Item Code') }}: {{ item_code }}
{% endif %}