{% set visible = options.visible is defined ? options.visible : true %} {% if visible %}
{{ action.label|trans }} {% for channelPricing in data.channelPricings %} {% set parameters = { 'productId': data.product.id, 'variantId': data.id, 'channelPricingId': channelPricing.id } %} {{ ux_icon('tabler:eye', { class: 'icon dropdown-item-icon'}) }} {{ channelPricing.channelCode|sylius_channel_name }} {% endfor %}
{% endif %}