]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/staff/share/print_templates/t_holds_for_patron.tt2
LP#1350042 Browser client templates/scripts (phase 1)
[working/Evergreen.git] / Open-ILS / src / templates / staff / share / print_templates / t_holds_for_patron.tt2
1 <div>
2   <div>[% l('Welcome to [_1]', '{{current_location.name}}') %]</div>
3   <div>[% l('You have the following title on hold:') %]</div>
4   <hr/>
5   <ol>
6     <li ng-repeat="hold in holds">
7       <div>{{hold.title}}</div>
8     </li>
9   </ol>
10   <hr/>
11   <div>{{current_location.shortname}} {{today | date:'short'}}</div>
12   <div>[% l('You were helped by [_1]', '{{staff.first_given_name}}') %]</div>
13 <br/>
14