<form class="mt-4 py-4 border-top border-2 border-primary">

    <h3 class="h5 text-uppercase">Gift Aid</h3>

    <p class="me-2">Thank you for your donation! The Pleasance Theatre Trust is a registered charity; if you are a UK Taxpayer and
        pay income tax, you can sign up to Gift Aid and we can claim 25p on every £1 you donate. Can we treat this and any
        future donations as Gift Aid?</p>

    <div class="d-md-flex justify-content-between mt-4">
        <img src="/images/logos/gift-aid.svg" class="gift-aid--logo mb-3 mb-md-0" alt="Gift Aid logo">

        <div class="form-check form-check__large">
            <input aria-describedby="edit-gift-aid--2--description" type="checkbox" id="edit-gift-aid--2" name="gift_aid" value="1" class="form-check-input">
            <label class="form-check-label" for="edit-gift-aid--2">Gift Aid</label>
            <div id="edit-gift-aid--2--description" class="description">
                Allow Gift Aid to be claimed on this order
            </div>
        </div>
    </div>

    <div class="text-end mt-4 py-2 border-top border-2 border-primary">
        <input type="submit" id="edit-clear--2" value="Clear basket" class="btn my-2 btn-secondary">
        <input type="submit" id="edit-submit--5" value="Go to checkout" class="btn my-2 btn-primary">
    </div>

</form>
<form class="mt-4 py-4 border-top border-2 border-primary">

  <h3 class="h5 text-uppercase">Gift Aid</h3>

  <p class="me-2">Thank you for your donation! The Pleasance Theatre Trust is a registered charity; if you are a UK Taxpayer and
    pay income tax, you can sign up to Gift Aid and we can claim 25p on every £1 you donate. Can we treat this and any
    future donations as Gift Aid?</p>

  <div class="d-md-flex justify-content-between mt-4">
    <img src="/images/logos/gift-aid.svg" class="gift-aid--logo mb-3 mb-md-0" alt="Gift Aid logo">

    <div class="form-check form-check__large">
      <input aria-describedby="edit-gift-aid--2--description" type="checkbox" id="edit-gift-aid--2" name="gift_aid" value="1" class="form-check-input">
      <label class="form-check-label" for="edit-gift-aid--2">Gift Aid</label>
      <div id="edit-gift-aid--2--description" class="description">
        Allow Gift Aid to be claimed on this order
      </div>
    </div>
  </div>

  <div class="text-end mt-4 py-2 border-top border-2 border-primary">
    <input type="submit" id="edit-clear--2" value="Clear basket" class="btn my-2 btn-secondary">
    <input type="submit" id="edit-submit--5"value="Go to checkout" class="btn my-2 btn-primary">
  </div>

</form>
/* No context defined. */

No notes defined.