{% import "@SyliusShop/Common/Macro/money.html.twig" as money %} {% import '@SyliusShop/Common/Macro/headers.html.twig' as headers %} {{ headers.default('sylius.ui.summary_of_your_order'|trans ~ ' #' ~ order.number) }}
{{ order.checkoutCompletedAt|date }}
{{ money.convertAndFormat(order.total) }}
{{ order.totalQuantity }} {{ 'sylius.ui.items'|trans|lower }}