]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_info.tt2
LP#1537223 Show Username on copy buckets
[working/Evergreen.git] / Open-ILS / src / templates / staff / cat / bucket / share / t_bucket_info.tt2
1
2 <div ng-show="bucket()">
3   <strong>[% l('Bucket #{{bucket().id()}}: {{bucket().name()}}') %]</strong>
4   <span>
5     <ng-pluralize count="bucketSvc.currentBucket.items().length"
6       when="{'one': '[% l("1 item") %]', 'other': '[% l("{} items") %]'}">
7     </ng-pluralize>
8   </span>
9   <span> / [% l('Created {{bucket().create_time() | date}}') %]</span>
10   <span ng-show="bucket()._owner_name"> / {{bucket()._owner_name}} @ {{bucket()._owner_ou}}</span>
11   <span ng-show="bucket().description()"> / {{bucket().description()}}</span>
12 </div>
13
14 <div ng-show="!bucket()">
15   <strong>[% l('No Bucket Selected') %]</strong>
16 </div>
17