[% USE Branches %] [% USE ItemTypes %] [% USE KohaDates %] [% IF ( HOLDS.count ) %]
[% IF ( showpriority ) %] [% ELSE %] [% END %] [% UNLESS( singleBranchMode) %] [% END %] [% IF ( showpriority ) %] [% END %] [% IF SuspendHoldsOpac and ! onlyinfo %] [% END %] [% IF ! onlyinfo %] [% END %] [% FOREACH HOLD IN HOLDS %] [% IF ( HOLD.is_waiting ) %] [% IF ( HOLD.is_at_destination ) %] [% IF ( HOLD.is_found ) %] [% ELSE %] [% END %] [% ELSE %] [% END %] [% ELSE %] [% END %] [% UNLESS( singleBranchMode) %] [% END %] [% IF ( showpriority ) %] [% END %] [% IF SuspendHoldsOpac and ! onlyinfo %] [% END # / IF SuspendHoldsOpac %] [% IF ! onlyinfo %] [% END # / IF onlyinfo %] [% END # /FOREACH HOLDS %]
Holds ([% HOLDS.count | html %] total)
TitlePlaced onPlaced onExpires onPick up locationPriorityStatusSuspendModify
[% IF ! onlyinfo %] [% HOLD.biblio.title | html %] [% FOREACH s IN HOLD.biblio.subtitles %] [% s | html %] [% END %] [% HOLD.item.enumchron | html %] [% ELSE %] [% HOLD.biblio.title | html %] [% FOREACH s IN HOLD.biblio.subtitles %] [% s | html %] [% END %] [% HOLD.item.enumchron | html %] [% END %] [% HOLD.biblio.author | html %] Hold date: [% HOLD.reservedate | $KohaDates %] [% IF ! HOLD.found %] [% IF ( HOLD.expirationdate ) %] Expiration: [% HOLD.expirationdate | $KohaDates %] [% ELSE %] Expiration: Never expires [% END %] [% ELSE %] - [% END %] Pick up location: [% HOLD.branch.branchname | html %] Priority: [% HOLD.priority | html %] Status: [% IF ( HOLD.is_waiting ) %] [% IF ( HOLD.is_at_destination ) %] [% IF ( HOLD.found ) %] Item waiting at [% HOLD.branch.branchname | html %] [% IF ( HOLD.waitingdate ) %] since [% HOLD.waitingdate | $KohaDates %] [% IF HOLD.expirationdate %] until [% HOLD.expirationdate | $KohaDates %] [% END %] [% END %] [% ELSE %] Item waiting to be pulled from [% Branches.GetName( HOLD.branchcode ) | html %] [% END %] [% ELSE %] Item in transit to [% Branches.GetName( HOLD.branchcode ) | html %] [% END %] [% ELSE %] [% IF ( HOLD.is_in_transit ) %] [% SET transfer = HOLD.item.get_transfer %] Item in transit from [% Branches.GetName( transfer.frombranch ) | html %] since [% transfer.datesent | $KohaDates %] [% ELSIF ( HOLD.suspend ) %] Suspended [% IF ( HOLD.suspend_until ) %] until [% HOLD.suspend_until | html %] [% END %] [% ELSE %] [% IF HOLD.itemtype %] Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]' [% ELSE %] Pending [% END %] [% END %] [% END %] [% IF ( HOLD.is_cancelable_from_opac ) %] [% IF HOLD.suspend %]
[% ELSE %] [% IF AutoResumeSuspendedHolds %] Suspend [% # hold suspend modal form %] [% ELSE %]
[% END # / IF AutoResumeSuspendedHolds %] [% END # / IF HOLD.suspend %] [% END # / IF ( HOLD.is_cancelable_from_opac )%]
[% IF ( HOLD.is_cancelable_from_opac ) %]
[% END %]
[% IF SuspendHoldsOpac and ! onlyinfo %]
[% IF AutoResumeSuspendedHolds %] Clear date to suspend indefinitely [% END %]

[% END %]
[% END # / #HOLDS.count %]