[% l('This item needs to be routed to [_1]', '{{dest_location.shortname}}') %]
{{dest_location.name}}
{{dest_address.street1}}
{{dest_address.street2}}
{{dest_address.city}}, {{dest_address.state}} {{dest_address.post_code}}

[% l('Barcode: [_1]', '{{copy.barcode}}') %]
[% l('Title: [_1]', '{{title}}') %]
[% l('Author: [_1]', '{{author}}') %]
[% l('Hold for patron [_1], [_2] [_3]', '{{patron.family_given_name}}', '{{patron.first_given_name}}', '{{patron.second_given_name}}') %]
[% l('Barcode: [_1]', '{{patron.card.barcode}}') %]
[% l('Notify by phone: [_1]', '{{hold.phone_notify}}') %]
[% l('Notify by text: [_1]', '{{hold.sms_notify}}') %]
[% l('Notify by email: [_1]', '{{patron.email}}') %]

[% l('Request Date: [_1]', '{{hold.request_time | date:"short"}}') %]
[% l('Slip Date: [_1]', '{{today | date:"short"}}') %]
[% l('Printed by [_1] at [_2]', '{{staff.first_given_name}}', '{{current_location.shortname}}') %]