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