{% set variant = product|sylius_resolve_variant %}
{% if variant is not null %}
{% set applied_promotions = variant.getChannelPricingForChannel(sylius.channel).getappliedPromotions() %}
{% include '@SyliusShop/Product/Show/_catalogPromotionLabels.html.twig' with {'applied_promotions': applied_promotions, 'withDescription': true} %}
{% endif %}
{% if not product.variants.empty() %}
{% include '@SyliusShop/Product/Show/_price.html.twig' %}
{% endif %}
{{ product.code }}