{{!Cart contents}}
{{foreach item in cart.items}}
{{if item.market_item}}{{include "controllers/Cart/index__market_item"}}{{/if}}
{{if item.other_ftype}}{{include "controllers/Cart/index__other_item"}}{{/if}}
{{/foreach}}
{{if uid}}{{include "controllers/Cart/index__checkout"}}{{/if}}
{{unless uid}}{{include "controllers/Cart/index__login_register"}}{{/unless}}