[% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Patron lists › [% list.name %] › Add patrons [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

[% list.name |html %]

[% IF ( not_found.size > 0 ) %]

Warning, the following cardnumbers were not found:

[% FOREACH nf IN not_found %] [% END %]
Cardnumbers not found
[% nf |html %]
[% END %] [% IF ( existed.size > 0 ) %]

Warning, the following cardnumbers were already in this list:

[% FOREACH ed IN existed %] [% END %]
Cardnumbers already in list
[% ed |html %]
[% END %]
Add patrons
  1.   Enter multiple card numbers
Patrons to be added
Cancel
Select all | Clear all |
[% FOREACH p IN list.patron_list_patrons %] [% END %]
  Card First name Surname Address Category Library Expires on Circ notes
[% p.borrowernumber.cardnumber %] [% p.borrowernumber.firstname %] [% p.borrowernumber.surname %] [% p.borrowernumber.address %] [% p.borrowernumber.address2 %] [% p.borrowernumber.city %] [% p.borrowernumber.state %] [% p.borrowernumber.country %] [% p.borrowernumber.categorycode.description %] ([% p.borrowernumber.categorycode.categorycode %]) [% p.borrowernumber.branchcode.branchname %] [% p.borrowernumber.dateexpiry | $KohaDates %] [% p.borrowernumber.borrowernotes %]
[% INCLUDE 'tools-menu.inc' %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]