[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE AuthorisedValues %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › [% UNLESS blocking_error %] Statistics for [% INCLUDE 'patron-title.inc' no_html = 1 %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %]
[% INCLUDE 'members-toolbar.inc' %]

Statistics for [% INCLUDE 'patron-title.inc' %]

[% IF ( datas.size ) %] [% FOREACH cn IN column_names %] [% END %] [% FOREACH r IN datas %] [% FOREACH c IN r %] [% END %] [% END %]
[% SWITCH cn %] [% CASE 'itype' %] Item type [% CASE 'ccode' %] Collection code [% CASE 'location' %] Shelving location [% CASE 'homebranch' %] Home library [% CASE 'holdingbranch' %] Holding library [% CASE %] [% cn | html %] [% END %] Total checkouts as of yesterday Today's checkouts Today's checkins Total checkouts
[% c | html %]
TOTAL [% count_total_precedent_state | html %] [% count_total_issues | html %] [% count_total_issues_returned | html %] [% count_total_actual_state | html %]
[% ELSE %]
There are no statistics for this patron.
[% END %]
[% INCLUDE 'circ-menu.inc' %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'str/members-menu.inc' %] [% Asset.js("js/members-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]