[% sections.title = dw.ml( '.title' ) %] [% IF carts.size > 0 %] [% FOREACH cart IN carts %] [% END %]
[% dw.ml('.cart.header.ordernumber') %][% dw.ml('.cart.header.date') %][% dw.ml('.cart.header.total') %] [% dw.ml('.cart.header.paymentmethod') %][% dw.ml('.cart.header.status') %][% dw.ml('.cart.header.details') %]
[% cart.id %] [% cart.date.strftime( "%F %r %Z" ) %] [% cart.display_total %] [% dw.ml("/shop/receipt.tt.cart.paymentmethod.${cart.paymentmethod_visible}") %] [% dw.ml("/shop/receipt.tt.cart.status.${cart.state}") %] [% dw.ml('.cart.details') %]
[% ELSE %] [% dw.ml( '.nocarts.extra', { aopts => "href='${site.shoproot}'" } ) %] [% END %]