{% if variant is not null %} {% set applied_promotions = variant.getChannelPricingForChannel(sylius.channel).getAppliedPromotions() %} {% set with_description = true %}
{% for applied_promotion in applied_promotions %}
{{ applied_promotion.label }}
{% if applied_promotion.description and with_description %}{{ applied_promotion.description }}{% endif %}
{% endfor %}
{% endif %}