modules/XC/CrispWhiteSkin/templates/web/customer/items_list/product/parts/out-of-stock.label.twig line 1

Open in your IDE?
  1. {##
  2.  # Product low stock label
  3.  #
  4.  # @ListChild (list="itemsList.product.grid.customer.info", weight="31")
  5.  # @ListChild (list="itemsList.product.list.customer.info", weight="50")
  6.  #}
  7.  {% if this.get('product').isShowOutOfStockWarning() %}
  8.  <span class="product-items-available out-of-stock">{{ t('Out of stock') }}</span>
  9. {% endif %}