[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Patron lists › [% list.name | html %] › Add patrons [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") | $raw %] [% 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 | html %] [% p.borrowernumber.firstname | html %] [% p.borrowernumber.surname | html %] [% p.borrowernumber.address | html %] [% p.borrowernumber.address2 | html %] [% p.borrowernumber.city | html %] [% p.borrowernumber.state | html %] [% p.borrowernumber.country | html %] [% p.borrowernumber.categorycode.description | html %] ([% p.borrowernumber.categorycode.categorycode | html %]) [% p.borrowernumber.branchcode.branchname | html %] [% p.borrowernumber.dateexpiry | $KohaDates %] [% p.borrowernumber.borrowernotes | html %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% Asset.js("js/autocomplete/patrons.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]