${trans:m.order.standardprocess.billing-amount-title,ucf}
${trans:m.order.standardprocess.resume-article-count,ucf,lab} ${cart/getTotalProductCount}
${trans:m.order.standardprocess.resume-total-ttc,ucf,lab} ${php:cart.formatPrice(cart.getSubTotalWithTax())}
${trans:m.order.standardprocess.resume-fees,ucf,lab} ${php:cart.formatPrice(cart.getFeesTotalWithTax())}
${trans:m.order.standardprocess.resume-discount,ucf,lab} ${php:cart.formatPrice(-cart.getDiscountTotalWithTax())}
${trans:m.order.standardprocess.resume-credit-note,ucf,lab} ${php:cart.formatPrice(-cart.getTotalCreditNoteAmount())}
${trans:m.order.standardprocess.resume-net-payable-amount,ucf,lab} ${php:cart.formatPrice(cart.getTotalAmount())}

${trans:m.order.standardprocess.modify-cart,ucf}