{% if coupons|length > 0 %}
{{ 'oro.promotion.coupon.code.label'|trans }} | {{ 'oro.promotion.entity_label'|trans }} | {{ 'oro.promotion.discountconfiguration.type.label'|trans }} | {{ 'oro.promotion.discountconfiguration.options.discount_value.label'|trans }} | |
---|---|---|---|---|
{{ coupon.code }} | {{ coupon.promotion.rule.name }} | {{ ('oro.discount.type.choices.' ~ coupon.promotion.discountConfiguration.type)|trans }} | {% set options = coupon.promotion.discountConfiguration.options %} {% if options['discount_type'] == constant('Oro\\Bundle\\PromotionBundle\\Discount\\DiscountInterface::TYPE_AMOUNT') %} {{ options['discount_value']|oro_format_currency({currency: options['discount_currency']}) }} {% else %} {{ options['discount_value']|oro_format_percent }} {% endif %} |