<th scope='col'>[% l("Holdable?") %]</th>
[%- END %]
<th scope='col'>[% l("Status") %]</th>
+ [%- IF ctx.is_staff %]
<th scope='col'>[% l("Due Date") %]</th>
+ [%- END %]
</tr>
</thead>
<tbody class="copy_details_table">
<td>[% bib.target_copy.barcode | html %]</td>
<td>[% copy_info.copy_location | html %]</td>
<td>[% copy_info.copy_status | html %]</td>
+ [%- IF ctx.is_staff %]
<td>[% 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>[%
IF copy_info.due_date;
date.format(
ELSE;
'-';
END %]</td>
+ [%- END %]
</tr>
[% IF copy_info.notes; %]