Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Environment:
- id | event_def | path | collector | label
- -----+-----------+----------------------------+-----------+-------
- 346 | 107 | home_ou.parent_ou | |
- 347 | 107 | home_ou | |
- 348 | 107 | card | |
- 416 | 107 | profile | |
- 393 | 107 | home_ou.hours_of_operation | |
- 226 | 107 | home_ou.mailing_address | |
- 227 | 107 | home_ou.billing_address | |
- :
- Template:
- [%- USE date -%]
- [%- user = target -%]
- [%- lib = user.home_ou -%]
- To: [%- params.recipient_email || user.email %]
- From: [%- helpers.get_org_setting(lib.id, 'org.bounced_emails') || lib.email || params.sender_email || default_sender %]
- Reply-To: [%- helpers.get_org_setting(lib.id, 'org.bounced_emails') || lib.email || params.sender_email || default_sender %]
- Date: [%- date.format(date.now, '%a, %d %b %Y %T -0000', gmt => 1) %]
- Subject: [PINES] Welcome to PINES!
- Auto-Submitted: auto-generated
- Attention: [% user.first_given_name %] [% user.family_name %]
- Card Number: [% user.card.barcode %]
- [% IF user.profile.id == '2' %]
- Thank you for registering for a PINES library card! Your account gives you access to a wide variety of library materials and services:
- - Books, DVDs, audiobooks, and other materials at around 300 PINES libraries and service outlets across Georgia
- - Free downloadable ebooks and audiobooks (offerings vary from library to library)
- - Online research databases, reference books, genealogy tools, and interactive language-learning resources through GALILEO
- - Online holds and renewals
- - Store lists of books you'd like to read
- - Option to save your checkout history
- - Free courier delivery of books you place on hold from any other PINES library to your local library
- - Book recommendations based on books you enjoyed reading
- - Free storytimes, classes, activities, and special events for all ages
- [% ELSIF user.profile.id == '61' %]
- 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:
- - Books, DVDs, audiobooks, and other materials at around 300 PINES libraries and service outlets across Georgia
- - Free downloadable ebooks and audiobooks (offerings vary from library to library)
- - Online research databases, reference books, genealogy tools, and interactive language-learning resources through GALILEO
- - Online holds and renewals
- - Store lists of books you'd like to read
- - Option to save your checkout history
- - Free courier delivery of books you place on hold from any other PINES library to your local library
- - Book recommendations based on books you enjoyed reading
- - Free storytimes, classes, activities, and special events for all ages
- 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.
- [% ELSE %]
- 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.
- [% END %]
- Search the PINES Online Catalog:
- https://gapines.org
- Access Your Account:
- https://gapines.org/login
- 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.
- [% IF user.profile.id == '61' %]
- - Your barcode number is: [% user.card.barcode %]
- - 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.
- [% END %]
- If you have any questions, please contact your home library at:
- [% lib.parent_ou.name %]
- [% lib.name %]
- [%- SET addr = lib.mailing_address -%]
- [%- IF !addr -%] [%- SET addr = lib.billing_address -%] [%- END %]
- [% addr.street1 %] [% addr.street2 %]
- [% addr.city %], [% addr.state %] [% addr.post_code %]
- [% lib.phone %]
- [% lib.email %]
- (Please have your library card available.)
- ---------------------------------------------------------------
- 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