You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.1 KiB

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <openerp>
  3. <data>
  4. <template name="Unsubscription worked"
  5. id="website.mass_mail_unsubscription_success"
  6. page="True">
  7. <t t-call="website.layout">
  8. <div id="wrap" class="oe_structure oe_empty">
  9. <section class="jumbotron mt16 mb16">
  10. <div class="container">
  11. <h1>
  12. You were successfully unsubscribed from our
  13. mailing list.
  14. </h1>
  15. <h3 class="text-muted">
  16. It's sad to see you go, but if you love
  17. something, let it go.
  18. </h3>
  19. <p>
  20. However, we are open to suggestions. Please tell us
  21. why you left.
  22. </p>
  23. <p>
  24. <a class="btn btn-primary btn-lg"
  25. href="/page/website.contactus">Contact us</a>
  26. </p>
  27. </div>
  28. </section>
  29. </div>
  30. </t>
  31. </template>
  32. <template name="Unsubscription failed"
  33. id="website.mass_mail_unsubscription_failure"
  34. page="True">
  35. <t t-call="website.layout">
  36. <div id="wrap" class="oe_structure oe_empty">
  37. <section class="jumbotron mt16 mb16">
  38. <div class="container">
  39. <h1>
  40. There was an error processing your unsubscription
  41. request.
  42. </h1>
  43. <p>
  44. We apologize for the inconvenience. You can contact us
  45. and we will handle your unsubscription manually.
  46. </p>
  47. <p>Thanks for your patience.</p>
  48. <p>
  49. <a class="btn btn-primary btn-lg"
  50. href="/page/website.contactus">Contact us</a>
  51. </p>
  52. </div>
  53. </section>
  54. </div>
  55. </t>
  56. </template>
  57. </data>
  58. </openerp>