[% IF csv_profiles.count %]
-
-
- |
+ |
[% END %]
-
- [% item.biblio.title | html %]
- |
- [% item.biblio.author | html %] |
- [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) | html %]
- | [% item.itemlost_on | $KohaDates %] |
-
- [% item.barcode | html %]
- |
- [% item.itemcallnumber | html %] |
- [% item.datelastseen | $KohaDates with_hours => 1 %] |
- [% item.price | $Price %] |
- [% item.replacementprice | $Price %] |
- [% Branches.GetName(item.homebranch) | html %] |
- [% ItemTypes.GetDescription(item.effective_itemtype) | html %] |
- [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => item.ccode ) | html %] |
- [% Branches.GetName(item.holdingbranch) | html %] |
- [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) | html %] |
- [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %]
- | [% item.itemnotes | $raw %] |
+ Title |
+ Author |
+ Lost status |
+ Lost on |
+ Barcode |
+ Call number |
+ Date last seen |
+ Price |
+ Rep.price |
+ Library |
+ Item type |
+ Collection |
+ Current library |
+ Location |
+ Not for loan status |
+ Notes |
- [% END %]
-
-