You are here

commerce-wishlist-share-mail.html.twig in Commerce Wishlist 8.3

Template for the wishlist share email.

Available variables:

  • wishlist_entity: The wishlist entity.
  • wishlist_url: The wishlist url.

File

templates/commerce-wishlist-share-mail.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Template for the wishlist share email.
  5. *
  6. * Available variables:
  7. * - wishlist_entity: The wishlist entity.
  8. * - wishlist_url: The wishlist url.
  9. *
  10. * @ingroup themeable
  11. */
  12. #}
  13. <p>
  14. {% trans %}Check out my wishlist!{% endtrans %}
  15. </p>
  16. <p>
  17. {% trans %}I use my wishlist for keeping track of items I am interested in.{% endtrans %} <br>
  18. {% trans %}To see the list in the store and buy items from it, <a href="{{ wishlist_url }}">click here</a>.{% endtrans %}
  19. </p>
  20. <p>
  21. {% trans %}Thanks for having a look!{% endtrans %}
  22. </p>