[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE Branches %] [% USE KohaDates %] [% USE AuthorisedValues %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %]
Date | Patron | Title | Callnumber | Barcode | Library | Location |
---|---|---|---|---|---|---|
[% IF item.is_overdue %][% END %] [% item.date_due | $KohaDates %] [% IF item.is_overdue %][% END %] | [% item.firstname | html %] [% item.surname | html %] | [% item.title | html %][% IF ( item.author ) %], by [% item.author | html %][% END %][% IF ( item.itemnotes ) %]- [% item.itemnotes | html %][% END %] | [% item.itemcallnumber | html %] | [% item.barcode | html %] | [% Branches.GetName(item.branchcode) | html %] | [% AuthorisedValues.GetByCode( 'LOC', item.location ) | html %] |