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