]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2
64a213d364ad6ef39c866c477e6215a65bd603ab
[Evergreen.git] / Open-ILS / src / templates / staff / share / print_templates / t_hold_transit_slip.tt2
1 <div>
2   <div>[% l('This item needs to be routed to [_1]', '<b>{{dest_location.shortname}}</b>') %]</div>
3   <div>{{dest_location.name}}</div>
4   <div>{{dest_address.street1}}
5   <div>{{dest_address.street2}}</div>
6   <div>{{dest_address.city}},
7        {{dest_address.state}}
8        {{dest_address.post_code}}</div>
9   <br/>
10
11   [% l('Barcode: [_1]', '{{copy.barcode}}') %]</div>
12   [% l('Title: [_1]', '{{title}}') %]</div>
13   [% l('Author: [_1]', '{{author}}') %]</div>
14
15   <br/>
16
17   <div>[% l('Hold for patron [_1], [_2] [_3]',
18     '{{patron.family_name}}',
19     '{{patron.first_given_name}}',
20     '{{patron.second_given_name}}') %]</div>
21   <div>[% l('Barcode: [_1]', '{{patron.card.barcode}}') %]</div>
22   <div ng-if="hold.phone_notify">[% l('Notify by phone: [_1]', '{{hold.phone_notify}}') %]</div>
23   <div ng-if="hold.sms_notify">[% l('Notify by text: [_1]', '{{hold.sms_notify}}') %]</div>
24   <div ng-if="hold.email_notify == 't'">[% l('Notify by email: [_1]', '{{patron.email}}') %]</div>
25
26   <br/>
27
28   <div>[% l('Request Date: [_1]', 
29     '{{hold.request_time | date:"short"}}') %]</div>
30   <div>[% l('Slip Date: [_1]', '{{today | date:"short"}}') %]</div>
31   <div>[% l('Printed by [_1] at [_2]', 
32     '{{staff.first_given_name}}', '{{current_location.shortname}}') %]</div>
33
34 </div>