templates/web/customer/product/details/common_attributes/body.twig line 1

Open in your IDE?
  1. {##
  2.  # Product details attributes block
  3.  #}
  4. {% if this.hasAttributes() %}
  5.   <li>
  6.     <ul class="extra-fields common {{ this.getFingerprint() }}">
  7.       {{ widget_list('product.details.common.product-attributes.elements') }}
  8.     </ul>
  9.   </li>
  10. {% endif %}