<th id='copy_header_holdable'>[% l("Holdable?") %]</th>
[%- END %]
<th id='copy_header_status'>[% l("Status") %]</th>
+ [%- IF ctx.is_staff %]
<th id='copy_header_due_date'>[% l("Due Date") %]</th>
+ [%- END %]
</tr>
</thead>
<tbody class="copy_details_table">
<td headers='copy_header_barcode'>[% bib.target_copy.barcode | html %]</td>
<td headers='copy_header_shelfloc'>[% copy_info.copy_location | html %]</td>
<td headers='copy_header_status'>[% copy_info.copy_status | html %]</td>
+ [%- IF ctx.is_staff %]
<td headers='copy_header_due_date'>[% copy_info.due_date | html %]</td>
+ [%- END %]
</tr>
[%- END; # FOREACH peer
END; # FOREACH bib
schema_copy_status.${copy_info.status_code};
copy_info.copy_status | html;
-%]</td>
+ [%- IF ctx.is_staff %]
<td headers='copy_header_due_date'>[%
IF copy_info.due_date;
date.format(
ELSE;
'-';
END %]</td>
+ [%- END %]
</tr>
[% IF copy_info.notes; %]