modules/XC/CrispWhiteSkin/templates/web/customer/product/attribute_value/select/options_list.twig line 1

Open in your IDE?
  1. {##
  2.  # Attribute values list
  3.  #}
  4. {% for v in this.getAttributeValue() %}
  5.   {% include this.getOptionTemplate() with {'option': v, 'isSelected': this.isSelectedValue(v)} %}
  6. {% endfor %}