{% from "erpnext/templates/includes/macros.html" import product_image_square %}
{{ product_image_square(thumbnail or website_image) }}
{{ item_name }}
{% if in_stock or not is_stock_item %}
{{ _("In stock") }}
{% else %}
{{ _("Not in stock") }}
{% endif %}