[% IF patron_list %]
[% END %]
[% INCLUDE 'patron-toolbar.inc' %]
[% IF ( no_add ) %]
Cannot add patron
[% IF ( no_branches ) %]
There are no libraries defined. [% IF ( CAN_user_parameters ) %]Please add a library.[% ELSE %]An administrator must define at least one library.[% END %]
[% END %]
[% IF ( no_categories ) %]
There are no patron categories defined. [% IF ( CAN_user_parameters ) %]Please add a patron category.[% ELSE %]An administrator must define at least one patron category.[% END %]
[% END %]
[% END %]
Browse by last name:
[% FOREACH letter IN alphabet.split(' ') %]
[% letter %]
[% END %]
[% IF ( CAN_user_borrowers && pending_borrower_modifications ) %]
[% END %]
[% IF ( resultsloop ) %]
[% IF (CAN_user_tools_manage_patron_lists) %]
[% END %]
[% ELSE %]
[% IF ( searching ) %]
No results found
[% END %]
[% END %]
[% INCLUDE 'members-menu.inc' %]