[% l('Barcode') %]
{{copy.barcode()}}
[% l('Circ Library') %]
{{copy.circ_lib().shortname()}}
[% l('Call # Prefix') %]
{{copy.call_number().prefix().label()}}
[% l('Status') %]
{{copy.status().name()}}
[% l('Price') %]
{{copy.price()}}
[% l('Owning Library') %]
{{copy.circ_lib().shortname()}}
[% l('Call #') %]
{{copy.call_number().label()}}
[% l('Due Date') %]
{{circ.due_date() | date:'short'}}
[% l('Acquisition Cost') %]
{{copy.cost()}}
[% l('Copy Location') %]
{{copy.location().name()}}
[% l('Call # Suffix') %]
{{copy.call_number().suffix().label()}}
[% l('Checkout Date') %]
{{circ.xact_start() | date:'short'}}
[% l('ISBN') %]
{{copy.call_number().record().simple_record().isbn()}}
[% l('Loan Duration') %]
{{circ.duration()}}
[% l('Renewal Type') %]
[% l('OPAC') %]
[% l('Desk') %]
[% l('Phone') %]
[% l('Checkout Workstation') %]
{{circ.workstation().name()}}
[% l('Date Created') %]
{{copy.create_date() | date:'short'}}
[% l('Fine Level') %]
{{circ.duration_rule().name()}}
[% l('Total Circs') %]
{{total_circs}}
[% l('Duration Rule') %]
{{circ.duration_rule().name()}}
[% l('Date Active') %]
{{copy.active_date() | date:'short'}}
[% l('Reference') %]
{{copy.ref()}}
[% l('Total Circs - Current Year') %]
{{total_circs_this_year}}
[% l('Recurring Fine Rule') %]
{{circ.recurring_fine_rule().name()}}
[% l('Status Changed') %]
{{copy.status_changed_time() | date:'short'}}
[% l('OPAC Visible') %]
{{copy.opac_visible()}}
[% l('Total Circs - Prev Year') %]
{{total_circs_prev_year}}
[% l('Max Fine Rule') %]
{{circ.max_fine_rule().name()}}
[% l('Copy ID') %]
{{copy.id()}}
[% l('Holdable') %]
{{copy.opac_visible()}}
[% l('In-House Uses') %]
{{copy._inHouseUseCount}}
[% l('Checkin Time') %]
{{circ.checkin_time() || circ_summary.last_checkin_time() | date:'short'}}
[% l('TCN') %]
{{copy.call_number().record().tcn_value()}}
[% l('Circulate') %]
{{copy.circulate()}}
[% l('Renewal Workstation') %]
{{circ_summary.last_renewal_workstation()}}
[% l('Remaining Renewals') %]
{{circ.renewal_remaining()}}
[% l('Checkin Scan Time') %]
{{circ.checkin_scan_time() || circ_summary.last_checkin_scan_time() | date:'short'}}
[% l('Floating') %]
{{copy.floating().name()}}
[% l('Circ Modifier') %]
{{copy.circ_modifier().name()}}
[% l('Age-based Hold Protection') %]
{{copy.age_protect().name()}}
[% l('Checkin Workstation') %]
{{circ.checkin_workstation().name() || circ_summary.last_checkin_workstation().name()}}
[% l('Alert Message') %]
{{copy.alert_message()}}