{% import "@SyliusShop/Common/Macro/money.html.twig" as money %} {% set items_subtotal = sylius_order_items_subtotal(order) %} {% set tax_included = sylius_order_tax_included(order) %} {% set tax_excluded = sylius_order_tax_excluded(order) %} {% set order_promotion_adjustment = constant('Sylius\\Component\\Core\\Model\\AdjustmentInterface::ORDER_PROMOTION_ADJUSTMENT') %} {% set order_promotions = sylius_aggregate_adjustments(order.adjustmentsRecursively(order_promotion_adjustment)) %} {% set class = class|default({ row: 'd-flex justify-content-between align-items-center py-2 border-bottom', total_row: 'd-flex justify-content-between align-items-center py-2 fs-5 fw-medium', highlight: 'fw-medium', }) %}