{% set image_list = item.getImageGallery('medium') %}
{% if image_list %}
{% for image in image_list %}
{% endfor %}
{% endif %}
{{item.title}}
{% set size_siblings = post.getSizeSiblings %}
{% if size_siblings %}
{% for sibling in size_siblings %}
{% set class = '' %}
{% if sibling.get_weight == item.get_weight %}
{% set class = 'active' %}
{% endif %}
{% if sibling.get_weight %}
{% endif %}
{% endfor %}
{% endif %}
{{item.getPriceWithCurrency}}
{{ fn('pll_e', 'В корзину') }}