templates/web/customer/product/details/parts/common.product-attributes-list.twig line 1

Open in your IDE?
  1. {##
  2.  # Product attributes
  3.  #
  4.  # @ListChild (list="product.details.common.product-attributes.attributes", weight="10")
  5.  #}
  6. {% for aWidget in this.getAttributesWidgets() %}
  7.   {{ aWidget.display() }}
  8. {% endfor %}