always match how long the libraries actually keep the items on the shelves
due to local policy.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
<div>
[% IF hold.hold.status == 4 %]
<span class="myopac-hold-available">[% l("Available") %] </span>
+ <!-- Hide in PINES OPAC
[% IF ahr.shelf_expire_time %]
<br/>
[% l("Expires") %]
[% date.format(ctx.parse_datetime(ahr.shelf_expire_time), DATE_FORMAT) %]
</span>
[% END %]
-
+ -->
[% ELSIF hold.hold.status == 6 %]
<span class="myopac-hold-canceled"> [% l("Canceled") %] </span>