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

Open in your IDE?
  1. {##
  2.  # Product details attributes block
  3.  #
  4.  # @ListChild (list="product.details.page.tab.description", weight="100")
  5.  #}
  6. {% if not this.get('product').getAttrSepTab() %}
  7.   <ul class="extra-fields other-attributes">
  8.     {{ widget_list('product.details.common.product-attributes.attributes') }}
  9.   </ul>
  10. {% endif %}