[% l('Hold Details') %]

[% l('Request Date') %]
{{hold.request_time() | date:$root.egDateAndTimeFormat}}
[% l('Capture Date') %]
{{hold.capture_time() | date:$root.egDateAndTimeFormat}}
[% l('Available On') %]
{{hold.shelf_time() | date:$root.egDateAndTimeFormat}}
[% l('Hold Type') %]
{{hold.hold_type()}} - {{part.label()}}
[% l('Current Item') %]
{{hold.current_copy().barcode()}}
[% l('Call Number') %]
{{volume.label()}}
[% l('Pickup Lib') %]
{{hold.pickup_lib().shortname()}}
[% l('Status') %]
{{status_string}}
[% l('Behind Desk') %]
{{hold.behind_desk() == 't'}}
[% l('Current Shelf Lib') %]
{{hold.current_shelf_lib().shortname()}}
[% l('Current Shelving Location') %]
{{hold.current_copy().location().name()}}
[% l('Force Item Quality') %]
{{hold.mint_condition() == 't'}}
[% l('Email Notify') %]
{{hold.email_notify() == 't'}}
[% l('Phone Notify') %]
{{hold.phone_notify()}}
[% l('SMS Notify') %]
{{hold.sms_notify()}}
[% l('Cancel Cause') %]
{{hold.cancel_cause().label()}}
[% l('Cancel Time') %]
{{hold.cancel_time() | date:$root.egDateAndTimeFormat}}
[% l('Cancel Note') %]
{{hold.cancel_note()}}
[% l('Hopeless Date') %]
{{hold.hopeless_date() | date:$root.egDateAndTimeFormat}}
{{note.title()}}
[% l('Print on Slip') %] [% l('Patron Visible') %] [% l('Staff Only') %] [% l('Staff Created') %] [% l('Patron Created') %]
{{note.body()}}
{{notify.method()}}
{{notify.notify_time() | date:$root.egDateAndTimeFormat}} [% l('Created by [_1]', '{{notify.notify_staff().usrname()}}') %]
{{notify.note()}}