Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
<th scope='col'>[% l("Shelving Location") %]</th>
[%- IF ctx.is_staff %]
<th scope='col'>[% l("Age Hold Protection") %]</th>
- <th scope='col'>[% l("Create Date") %]</th>
+ <th scope='col'>[% l("Active Date") %]</th>
[%- END %]
[%- IF ctx.is_staff OR serial_holdings %]
<th scope='col'>[% l("Holdable?") %]</th>
ctx.get_crahp(copy_info.age_protect).name : l('None') | html %]
</td>
<td>[% date.format(
- ctx.parse_datetime(copy_info.create_date),
+ ctx.parse_datetime(copy_info.active_date),
DATE_FORMAT
) %]</td>
[% END # is_staff %]