[% l('Item has not circulated.') %]
[% l('Circulation History not available for display.') %]
[% l('Check Out Date') %]
{{circ.xact_start() | date:egDateAndTimeFormat}}
[% l('Due Date') %]
{{circ.due_date() | egDueDate:egDateAndTimeFormat:circ.circ_lib():circ.duration()}}
[% l('Stop Fines Time') %]
{{circ.stop_fines_time() | date:egDateAndTimeFormat}}
[% l('Checkin Time') %]
{{circ.checkin_time() | date:egDateAndTimeFormat}}
[% l('Check Out Library') %]
{{circ.circ_lib().shortname()}}
[% l('Renewal?') %]
{{ circ.phone_renewal() == 't' || circ.desk_renewal() == 't' || circ.opac_renewal() == 't' }}
[% l('Stop Fines Reason') %]
{{circ.stop_fines()}}
[% l('Check In Library') %]
{{circ.checkin_lib().shortname()}}