[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE TablesSettings %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'columns_settings.inc' %] Add patrons › [% list.name | html %] › Patron lists › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]

[% list.name | html %]

[% IF ( not_found.size > 0 ) %] [% IF id_column == 'borrowernumbers' %]

Warning, the following borrowernumbers were not found:

[% ELSE %]

Warning, the following cardnumbers were not found:

[% END %] [% IF id_column == 'borrowernumbers' %] [% ELSE %] [% END %] [% FOREACH nf IN not_found %] [% END %]
Borrowernumbers not found
Cardnumbers not found
[% nf | html %]
[% END %] [% IF ( existed.size > 0 ) %] [% IF id_column == 'borrowernumbers' %]

Warning, the following borrowernumbers were already in this list:

[% ELSE %]

Warning, the following cardnumbers were already in this list:

[% END %] [% IF id_column == 'borrowernumbers' %] [% ELSE %] [% END %] [% FOREACH ed IN existed %] [% END %]
Borrowernumbers already in list
Cardnumbers already in list
[% ed | html %]
[% END %]
Add patrons
  1.   Add multiple patrons
  2. Choose type of IDs to enter:
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' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]