[% USE KohaDates %] [% USE Koha %] [% USE AuthorisedValues %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %]
Date | Title | Author | Call no. | Barcode | Number of renewals | Checked out on | Checked out from | Date due | Return date | [% FOREACH issue IN loop_reading %] [% IF issue.returndate %]
---|---|---|---|---|---|---|---|---|---|
[% issue.issuestimestamp | $KohaDates with_hours => 1 %] | [% issue.title |html %] | [% issue.author %] | [% IF issue.classification %] [% issue.classification %] [% ELSE %] [% issue.itemcallnumber %] [% END %] | [% issue.barcode %] | [% issue.renewals %] | [% issue.issuedate |$KohaDates with_hours => 1 %] | [% Branches.GetName( issue.branchcode ) %] | [% IF issue.date_due %] [% issue.date_due |$KohaDates with_hours => 1 %] [% ELSE %] [% END %] | [% IF issue.returndate %] [% issue.returndate |$KohaDates with_hours => 1 %] [% ELSE %] Checked out [% END %] |