{{!Cart contents}}

{{foreach item in cart.items}} {{if item.market_item}}{{include "controllers/Cart/checkout_done__market_item"}}{{/if}} {{if item.other_ftype}}{{include "controllers/Cart/checkout_done__other_item"}}{{/if}} {{/foreach}}

{{!Payment failed}}