displayed_ous = {};
WHILE depth < depths;
ou_avail = ctx.copy_summary.$depth.available;
+ ou_count = ctx.copy_summary.$depth.count;
ou_id = ctx.copy_summary.$depth.org_unit;
cp_org_unit = ctx.get_aou(ou_id);
IF cp_org_unit.opac_visible == 'f' AND !ctx.is_staff;
displayed_ous.$ou_name = 1;
%]
<li>
- [% l('[quant,_1,copy,copies] at [_2].', ou_avail, ou_name) | html %]
+ [% l('[_1] of [quant,_2,copy,copies] at [_3].', ou_avail, ou_count, ou_name) | html %]
[%- this_depth = ctx.get_aou(ou_id).ou_type.depth;
IF ou_avail > 0 && this_depth != ctx.copy_depth %]
<a href="[% mkurl('', {copy_depth => this_depth}, ['copy_offset']); %]"