{% include 'Order/Components/informations.html.twig' with {'order': order } %}
{% include 'Order/Components/order_setting.html.twig' %}
{% include 'Order/Components/customer.html.twig' %}
{% if order.loyalty.rewards is defined and order.loyalty.rewards is not empty %}
{% include 'Order/Components/loyalty.html.twig' %}
{% endif %}
{% include 'Order/Components/details.html.twig' with {'order': order} %}
{% include 'Order/Components/payments.html.twig' with {'payments': order.payments} %}
{% include 'Order/Components/history.html.twig' with {'events': order.events} %}
{% include 'Order/Components/notifications.html.twig' with {'notifications': order.notifications} %}