${trans:m.order.frontoffice.order-detail-title,ucf}

${trans:m.order.standardprocess.result-order-number,ucf}
${order/getOrderNumberAsHtml}
${trans:m.order.fo.order-date,ucf}
${datetime:order/getUICreationdate}
${trans:m.order.frontoffice.status,ucf}
${order/getFoOrderStatusLabel}
${trans:m.order.fo.context-label,ucf}
${order/getContextDocumentLabelAsHtml}

${trans:m.order.frontoffice.shippingaddress,ucf}

${trans:m.order.frontoffice.shipping-mode,ucf,lab} ${order/getShippingMode}

${trans:m.order.frontoffice.billingaddress,ucf}

${trans:m.order.frontoffice.designation,ucf} ${trans:m.order.frontoffice.unitprice-without-tax-abr,ucf} ${trans:m.order.frontoffice.unitprice-with-tax-abr,ucf} ${trans:m.order.frontoffice.quantity,ucf} ${trans:m.order.frontoffice.totalprice-without-tax-abr,ucf} ${trans:m.order.frontoffice.totalprice-with-tax-abr,ucf}
${trans:m.order.frontoffice.tva-column,ucf} %${trans:m.order.frontoffice.base-tva,ucf}${trans:m.order.frontoffice.total-tva-abr, ucf}
${PriceByTax/formattedTaxRate} ${php:order.formatPrice(PriceByTax['baseAmount'])} ${php:order.formatPrice(PriceByTax['taxAmount'])}
${trans:m.order.frontoffice.total-withouttax-abr,ucf,lab} ${php:order.formatPrice(order.getTotalAmountWithoutTax())}
${trans:m.order.frontoffice.tva-column,ucf,lab} ${php:order.formatPrice(order.getTotalTax())}
${trans:m.order.frontoffice.total-withtax-abr,ucf,lab} ${php:order.formatPrice(order.getTotalAmountWithTax() + order.getTotalCreditNoteAmount())}
${trans:m.order.frontoffice.creditnote-amount,ucf,lab} -${php:order.formatPrice(order.getTotalCreditNoteAmount())}
${trans:m.order.frontoffice.total-net-payable,ucf,lab} ${php:order.formatPrice(order.getTotalAmountWithTax())}