[% l('Transaction #[_1]', '{{xact.id()}}') %]

[% l('Billing Location') %]
{{xact.billing_location().shortname()}}
[% l('Total Billed') %]
{{xact.summary().total_owed() | currency}}
[% l('Title') %]
{{title}} {{title}}
[% l('Type') %]
{{xact.summary().xact_type()}}
[% l('Total Paid') %]
{{xact.summary().total_paid() | currency}}
[% l('Checked Out') %]
{{xact.circulation().xact_start() | date:'short'}}
[% l('Start') %]
{{xact.xact_start() | date:'short'}}
[% l('Total Billed') %]
{{xact.summary().balance_owed() | currency}}
[% l('Due Date') %]
{{xact.circulation().due_date() | date:'short'}}
[% l('Finish') %]
{{xact.xact_finish() | date:'short'}}
[% l('Renewal?') %]
[% l('Desk') %] [% l('Phone') %] [% l('OPAC') %]
[% l('Checked In') %]
{{xact.circulation().checkin_time() | date:'short'}}

[% l('Item Summary') %]

[% l('Barcode') %]
[% l('Location') %]
{{xact.circulation().target_copy().location().name()}}
[% l('Call Number') %]
{{xact.circulation().target_copy().call_number().label()}}
[% l('Status') %]
{{xact.circulation().target_copy().status().name()}}
[% l('Circulate') %]
{{xact.circulation().target_copy().circulate() == 't'}}
[% l('Reference') %]
{{xact.circulation().target_copy().ref() == 't'}}
[% l('Holdable') %]
{{xact.circulation().target_copy().holdable() == 't'}}
[% l('OPAC Visible') %]
{{xact.circulation().target_copy().opac_visible() == 't'}}
[% l('Created') %]
{{xact.circulation().target_copy().create_date() | date:'short'}}
[% l('Edited') %]
{{xact.circulation().target_copy().edit_date() | date:'short'}}
[% l('Age Protect') %]
{{xact.circulation().target_copy().age_protect().name()}}
[% l('Total Circulations') %]
{{total_circs}}