Advertisement
chrissharp123

Untitled

Apr 13th, 2020
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. Environment:
  2.  
  3. id | event_def | path | collector | label
  4. -----+-----------+----------------------------+-----------+-------
  5. 346 | 107 | home_ou.parent_ou | |
  6. 347 | 107 | home_ou | |
  7. 348 | 107 | card | |
  8. 416 | 107 | profile | |
  9. 393 | 107 | home_ou.hours_of_operation | |
  10. 226 | 107 | home_ou.mailing_address | |
  11. 227 | 107 | home_ou.billing_address | |
  12. :
  13. Template:
  14.  
  15. [%- USE date -%]
  16. [%- user = target -%]
  17. [%- lib = user.home_ou -%]
  18. To: [%- params.recipient_email || user.email %]
  19. From: [%- helpers.get_org_setting(lib.id, 'org.bounced_emails') || lib.email || params.sender_email || default_sender %]
  20. Reply-To: [%- helpers.get_org_setting(lib.id, 'org.bounced_emails') || lib.email || params.sender_email || default_sender %]
  21. Date: [%- date.format(date.now, '%a, %d %b %Y %T -0000', gmt => 1) %]
  22. Subject: [PINES] Welcome to PINES!
  23. Auto-Submitted: auto-generated
  24.  
  25.  
  26. Attention: [% user.first_given_name %] [% user.family_name %]
  27. Card Number: [% user.card.barcode %]
  28.  
  29. [% IF user.profile.id == '2' %]
  30. Thank you for registering for a PINES library card! Your account gives you access to a wide variety of library materials and services:
  31.  
  32. - Books, DVDs, audiobooks, and other materials at around 300 PINES libraries and service outlets across Georgia
  33. - Free downloadable ebooks and audiobooks (offerings vary from library to library)
  34. - Online research databases, reference books, genealogy tools, and interactive language-learning resources through GALILEO
  35. - Online holds and renewals
  36. - Store lists of books you'd like to read
  37. - Option to save your checkout history
  38. - Free courier delivery of books you place on hold from any other PINES library to your local library
  39. - Book recommendations based on books you enjoyed reading
  40. - Free storytimes, classes, activities, and special events for all ages
  41.  
  42. [% ELSIF user.profile.id == '61' %]
  43. Your school has registered you for a PINES public library card! Your account gives you access to a wide variety of public library materials and services:
  44.  
  45. - Books, DVDs, audiobooks, and other materials at around 300 PINES libraries and service outlets across Georgia
  46. - Free downloadable ebooks and audiobooks (offerings vary from library to library)
  47. - Online research databases, reference books, genealogy tools, and interactive language-learning resources through GALILEO
  48. - Online holds and renewals
  49. - Store lists of books you'd like to read
  50. - Option to save your checkout history
  51. - Free courier delivery of books you place on hold from any other PINES library to your local library
  52. - Book recommendations based on books you enjoyed reading
  53. - Free storytimes, classes, activities, and special events for all ages
  54.  
  55. If you do not wish to use your PINES account, your parent or guardian may contact your school's administrative office to opt out of the library card program.
  56.  
  57. [% ELSE %]
  58. Thank you for registering for a PINES library card! Your account gives you access to wide variety of library materials and services. Please contact your library for additional details.
  59.  
  60. [% END %]
  61.  
  62. Search the PINES Online Catalog:
  63. https://gapines.org
  64.  
  65. Access Your Account:
  66. https://gapines.org/login
  67.  
  68. Enter your library card number and your temporary password. After you are logged in, click on "Account Preferences" to add a username, change your password, set up your Hold notification preferences, your search preferences, and your checkout history preferences.
  69.  
  70. [% IF user.profile.id == '61' %]
  71. - Your barcode number is: [% user.card.barcode %]
  72. - Your temporary password is based on the two-digit month and four-digit year of your birth date. For example, if your birthday is March 2010, your password will be 032010.
  73. [% END %]
  74.  
  75. If you have any questions, please contact your home library at:
  76.  
  77. [% lib.parent_ou.name %]
  78. [% lib.name %]
  79. [%- SET addr = lib.mailing_address -%]
  80. [%- IF !addr -%] [%- SET addr = lib.billing_address -%] [%- END %]
  81. [% addr.street1 %] [% addr.street2 %]
  82. [% addr.city %], [% addr.state %] [% addr.post_code %]
  83. [% lib.phone %]
  84. [% lib.email %]
  85. (Please have your library card available.)
  86.  
  87. ---------------------------------------------------------------
  88.  
  89. This is an automatically generated message. Please do not reply. If you believe you have received this message in error, please contact the library listed above.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement