{% block buy_widget_configurator_group_select %} {% block buy_widget_configurator_group_select_title %} {% block buy_widget_configurator_group_title_text %} {{ 'component.product.configurator.legend'|trans({ '%group_name%': group.translated.name, '%hidden_cls%': 'visually-hidden' })|sw_sanitize }} {% endblock %} {% block buy_widget_configurator_select %} {% for option in group.options %} {% set selected = false %} {% set optionName = option.translated.name %} {% if option.id in page.product.optionIds %} {% set selected = true %} {% endif %} {% if not option.combinable %} {% set optionName = optionName ~ ' (' ~ ('detail.unavailable'|trans|sw_sanitize) ~ ')' %} {% endif %} {% block buy_widget_configurator_select_option %} {{ optionName }} {% endblock %} {% endfor %} {% endblock %} {% endblock %} {% endblock %}