[% USE raw %] [% USE Koha %] [% USE KohaDates %] [% USE Branches %] [% SET footerjs = 1 %] [% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% tx("Circulation statistics for {title}", { title = title }) | html %] › [% t("Catalog") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Catalog [% END %] [% IF blocking_error %] [% WRAPPER breadcrumb_item bc_active= 1 %] Error [% END %] [% ELSE %] [% WRAPPER breadcrumb_item %] [% INCLUDE 'biblio-title.inc' link = 1 %] [% END %] [% WRAPPER breadcrumb_item %] Items [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Circulation statistics [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]

[% IF ( author ) %] Circulation statistics for [% INCLUDE 'biblio-title.inc' %] by [% author |html %] [% ELSE %] Circulation statistics for [% INCLUDE 'biblio-title.inc' %] [% END %]

[% INCLUDE 'blocking_errors.inc' %]

Barcode [% barcode | html %]

Home libraryCurrent libraryDate arrived
at current library
Number of checkouts
since last transfer
[% Branches.GetName( homebranch ) | html %] [% Branches.GetName( holdingbranch ) | html %] [% IF ( lastdate ) %][% lastdate | $KohaDates %][% ELSE %]Item has no transfer record[% END %] [% count | html %]
[% FOREACH library IN libraries %] [% IF library.selected %] [% ELSE %] [% END %] [% END %]
Library No. of times checked out Last seen
[% library.branchname | html %] [% library.issues | html %] [% IF library.seen %] [% library.seen | $KohaDates with_hours => 1 %] [% ELSE %] Never [% END %]
[% MACRO jsinclude BLOCK %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]