[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE ColumnsSettings %] [% USE Branches %] [% USE Categories %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons [% IF ( searching ) %]› Search results[% END %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %]
[% IF CAN_user_tools_manage_patron_lists %]
Added patrons to .
[% END %] [% INCLUDE 'patron-toolbar.inc' %] [% INCLUDE 'noadd-warnings.inc' %]
Browse by last name: [% FOREACH letter IN alphabet.split(' ') %] [% letter | html %] [% END %]
[% IF CAN_user_borrowers_edit_borrowers && pending_borrower_modifications %] [% END %]

Patrons found for: [% IF searchmember %] for '[% searchmember | html %]'[% END %]

[% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %]
Select all | Clear all [% IF CAN_user_tools_manage_patron_lists %] | [% END %] [% IF CAN_user_tools_manage_patron_lists && CAN_user_borrowers_edit_borrowers %] | [% END %] [% IF CAN_user_borrowers_edit_borrowers %] [% END %]
[% END %] [% IF CAN_user_borrowers_edit_borrowers || CAN_user_tools_manage_patron_lists %] [% END %]
 Card Name Date of birth Category Library Expires on OD/Checkouts Fines Circ note  

Filters

  1. [% SET categories = Categories.all() %]
  2. [% SET branches = Branches.all( selected => branchcode_filter, only_from_group => 1 ) %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% INCLUDE 'str/members-menu.inc' %] [% Asset.js("js/members-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]