{{ 'app.order.details.title'|trans({ '%numero%': order.id }) }}

{% for item in order.orderItems %} {% endfor %} {% if order.managementFees > 0 %} {% endif %} {% if order.shippingCost > 0 %} {% endif %} {% if order.fees > 0 %} {% endif %} {% if order.discountsTotal > 0 %} {% endif %} {% if order.taxesTotal > 0 %} {% endif %}
{{ 'app.product.label'|trans }} {{ 'app.product.unit_price_shortened'|trans }} {{ 'app.product.quantity'|trans }} {{ 'app.product.units_total_shortened'|trans }} {{ 'app.product.options_total'|trans }} {{ 'app.product.step_total'|trans }} {{ 'app.product.discounts_total'|trans }} {{ 'app.product.total'|trans }}
{{ item.productImage|path_to_image(50) }}
{{ item.productName|empty }} {% if true == item.free %} {{ 'app.order.badges.offred'|trans|badge('light-info')}} {% endif %} {% if item.canServeLater %} {{ 'app.product.servable_later'|trans|badge('light-info') }} {% endif %} {% if item.optionList|length > 0 %}
{{ item.optionList|options_informations|raw }}
{% endif %} {% if item.stepList|length > 0 %}
{{ item.stepList|steps_and_products_names|raw }}
{% endif %} {% if item.note %}
{{ 'app.order.list.note'|trans }}: {{ item.note }}
{% endif %}
{{ item.unitPrice|price }} {{ item.quantity|empty }} {{ item.unitsTotal|price }} {{ item|options_total_price|price}} {{ item|step_total_price|price }} -{{ item.discountsTotal|price }} {{ item.total|price }}
{{ 'app.order.details.products_total'|trans }}: {{ (order.itemsTotal)|price }}
{{ 'app.order.details.management_fees'|trans }}: {{(order.managementFees)|price}}
{{ 'app.order.details.shipping_cost'|trans }}: {{(order.shippingCost)|price}}
{{ 'app.order.details.fees'|trans }}: {{(order.fees)|price}}
{{ 'app.order.details.discounts_total'|trans }} {% if order.promotionDetails is not empty %} - {{ order.promotionDetails.name }} {% endif %}: -{{order.discountsTotal|price}}
{{ 'app.order.details.taxes_total'|trans }}: {{order.taxesTotal|price}}
{{ 'app.order.details.total'|trans }}: {{order.total|price}}