]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/staff/share/print_templates/t_items_out.tt2
fee903b86aeaf5b95a8ebc0b634f01337825c560
[Evergreen.git] / Open-ILS / src / templates / staff / share / print_templates / t_items_out.tt2
1 <div>
2   <div>[% l('Welcome to [_1]', '{{current_location.name}}') %]</div>
3   <div>[% l('You have the following items:') %]</div>
4   <hr/>
5   <ol>
6     <li ng-repeat="checkout in circulations">
7       <div>{{checkout.title}}</div>
8       <div>[% l('Barcode: [_1] Due: [_2]', 
9         '{{checkout.copy.barcode}}',
10         '{{checkout.circ.due_date | date:"short"}}') %]</div>
11     </li>
12   </ol>
13   <hr/>
14   <div>{{current_location.shortname}} {{today | date:'short'}}</div>
15   <div>[% l('You were helped by [_1]', '{{staff.first_given_name}}') %]</div>
16 <br/>
17