{% partial __SELF__ ~ '::table/header' %} {% for product in cart.products %} {% partial __SELF__ ~ '::table/entry' product=product %} {% endfor %} {% partial __SELF__ ~ '::table/total' totals=cart.totals %} {% partial __SELF__ ~ '::table/discounts' discounts=cart.totals.appliedDiscounts %} {% partial __SELF__ ~ '::table/shipping' shipping=cart.totals.shippingTotal %} {% partial __SELF__ ~ '::table/payment' payment=cart.totals.paymentTotal %} {% partial __SELF__ ~ '::table/grandtotal' totals=cart.totals %} {% partial __SELF__ ~ '::table/taxes' totals=cart.totals %}