templates/web/customer/product/details/parts/page.tabs.attributes.twig line 1

Open in your IDE?
  1. {##
  2.  # Product details attributes tab
  3.  #
  4.  # @ListChild (list="product.details.page.tab.attributes", weight="10")
  5.  #}
  6. <ul class="extra-fields">
  7.   {{ widget_list('product.details.common.product-attributes.attributes') }}
  8. </ul>