[% USE Koha %] [% USE I18N %] [% USE Branches %] [% USE raw %] [% USE Asset %] [% USE To %] [% BLOCK patron_search_filters_simple %]
Enter patron card number or partial name:
[% END %] [% BLOCK patron_search_filters %]

Search for patron

  1. [% FOR f IN filters %] [% SWITCH f %] [% CASE 'branch' %]
  2. [% CASE 'category' %]
  3. [% CASE 'search_field' %]
  4. [% CASE 'search_type' %]
  5. [% END %] [% END %]
[% END %] [% BLOCK patron_search_table %] [% IF filter == 'suggestions_managers' %]
Only staff with superlibrarian or suggestions_manage permissions are returned in the search results
[% ELSIF filter == 'orders_managers' %]
Only staff with superlibrarian or acquisitions permissions (or order_manage permission if granular permissions are enabled) are returned in the search results
[% ELSIF filter == 'funds_owners' OR filter == 'funds_users' %]
Only staff with superlibrarian or acquisitions permissions (or budget_modify permission if granular permissions are enabled) are returned in the search results
[% END %]
Browse by last name: [% SET alphabet = Koha.Preference('alphabet').split(' ') %] [% UNLESS alphabet.size %] [% alphabet = ['A' .. 'Z'] %] [% END %] [% FOREACH letter IN alphabet %] [% letter | html %] [% END %]

Patrons found for:

[% END %] [% BLOCK patron_search_js %] [% IF redirect_if_one_result && !redirect_url %] [% END %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'js-date-format.inc' %] [% INCLUDE 'js-patron-get-age.inc' %] [% INCLUDE 'js-patron-format.inc' %] [% INCLUDE 'js-patron-format-address.inc' %] [% IF sticky_header %] [% Asset.js("lib/hc-sticky.js") | $raw %] [% END %] [% END %]