{{ attach_library('probes/product-details') }} {% if node.field_sidebar is not empty %} {% set product_layout = node.field_sidebar.value %} {% endif %} {% if product_layout is empty %} {% set product_layout = 'nosidebar' %} {% endif %} {% if not page %}
{% set img = node.uc_product_image.0 %}
{{ img.alt }}
{{ content.price }}
{% else %}
{% for img in node.uc_product_image %}
{{ img.alt }}
{% endfor %}
{% for img in node.uc_product_image %}
{{ img.alt }}
{% endfor %}

{{ label }}

{{ 'Write a review'|t }}
{{ content.price }}

{{ content.body['#object'].body.summary }}

{% if product_layout == 'nosidebar' %} {{ content.add_to_cart }} {% else %} {{ content.add_to_cart|render|str_replace('col-sm-4 m-bottom3 add-to-cart', 'col-md-7 m-bottom3')|raw }} {% endif %}
{{ content.body }}

{{ label }}

{{ 'SKU'|t }}: {{ content.model }}
{{ 'Dimensions'|t }} : {{ content.dimensions }}
{{ 'Weight'|t }}: {{ content.weight }}
{{ 'Categories'|t }}: {{ content.field_product_categories }}

{{ 'Reviews'|t }}({{ node.field_product_review.comment_count }}) {{ 'for'|t }} {{ label }}

{{ content.field_product_review }}
{% endif %}