templates/web/customer/items_list/product/parts/common.product-marks.twig line 1

Open in your IDE?
  1. {##
  2.  # Product marks
  3.  #
  4.  # @ListChild (list="itemsList.product.grid.customer.info", weight="1000")
  5.  #}
  6. {% set marks = this.getProduct().getMarks() %}
  7. {% if marks is not empty %}
  8.   <div class="product-additional-marks">
  9.     {{ widget('\\XLite\\View\\MarksList', marks=marks, isTooltip=true) }}
  10.   </div>
  11. {% endif %}