{{#extend "basket-new" page_shopping-cart pageClass="page_basket basket" title="Basket" globalSearchV2="true"}} {{#content "head" mode="append"}} {{/content}} {{#content "heading"}}
{{> notifications notification-page.warning-tiles-changed withCloseBtn="true"}}
{{#each shopping-cart-v2.potentialOrderPromotions}} {{> potential-promotion}} {{/each}}
{{> checkout-header shopping-cart-v2.header addListId=true}} {{/content}} {{#content "aside"}} {{> order-summary shopping-cart-v2.checkout id=1 title="Order Summary" basket=true }} {{> checkout-action mod="mounted"}} {{> summary-payment}} {{> checkout_voucher_large title="Voucher Code" id="1"}} {{> checkout-action mod="large"}} {{/content}} {{#content "main"}} {{#each shopping-cart-v2.sections }}
{{> checkout-section-title title=type items-count=items-count}} {{#each items}} {{> order-item}} {{/each}}
{{/each}} {{> charity-donations-multiple shopping-cart-v2.charityDonationMultiple}} {{> checkout_voucher_large title="Voucher Code" id="2"}} {{> order-summary shopping-cart-v2.checkout title="Order Summary" id=2 mod="large" basket=true }} {{> checkout-action}} {{/content}} {{#content "foot" mode="append"}} {{/content}} {{/extend}}