]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/staff/cat/bucket/batch_hold/t_bucket_info.tt2
LP#1838995: Hold group buckets
[Evergreen.git] / Open-ILS / src / templates / staff / cat / bucket / batch_hold / t_bucket_info.tt2
1
2 <div ng-show="bucket()">
3   <strong>[% l('Hold Group #{{bucket().id()}}: {{bucket().name()}}') %]</strong>
4   <span ng-show="bucket().description()"> / {{bucket().description()}}</span>
5   <br/>
6   <span>
7     <ng-pluralize count="bucketSvc.currentBucket.items().length"
8       when="{'one': '[% l("1 user") %]', 'other': '[% l("{} users") %]'}">
9     </ng-pluralize>
10   </span>
11   <span> / [% l('Created {{bucket().create_time() | date:egDateAndTimeFormat}}') %]</span>
12   <span ng-show="bucket()._owner_name"> / 
13     {{bucket()._owner_name}} 
14     @ {{bucket()._owner_ou}}
15   </span>
16 </div>
17
18 <div ng-show="!bucket()">
19   <strong>[% l('No Hold Group Selected') %]</strong>
20 </div>
21