[%- IF ctx.is_staff OR serial_holdings %]
<th scope='col'>[% l("Holdable?") %]</th>
[%- END %]
- <th scope='col'>[% l("Status") %]</th>
- <th scope='col'>[% l("Due Date") %]</th>
+<!-- <th scope='col'>[% l("Status") %]</th>
+ <th scope='col'>[% l("Due Date") %]</th> -->
</tr>
</thead>
<tbody class="copy_details_table">
l("Not holdable");
END %]</td>
[%- END %]
+ [% IF ctx.is_staff %]
<td>[%-
schema_copy_status.${copy_info.status_code};
copy_info.copy_status | html;
);
ELSE;
'-';
+ [%- END %]
END %]</td>
</tr>