[% l('This item needs to be routed to the [_1]Private Holds Shelf[_2].', '','') %]
[% l('This item needs to be routed to the [_1]Public Holds Shelf[_2].', '','') %]

[% l('Barcode: [_1]', '{{copy.barcode}}') %]
[% l('Title: [_1]', '{{title}}') %]
[% l('Call Number: [_1] [_2] [_3]', '{{call_number.prefix}}', '{{call_number.label}}', '{{call_number.suffix}}') %]


[% l('Hold for patron: [_1], [_2] [_3]', '{{patron.family_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:$root.egDateAndTimeFormat}}') %]
[% l('Slip Date: [_1]', '{{today | date:$root.egDateAndTimeFormat}}') %]
[% l('Printed by [_1] at [_2]', '{{staff.first_given_name}}', '{{current_location.shortname}}') %]