[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Patron lists [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'greybox.inc' %] [% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Your patron lists

[% IF ( lists ) %] [% FOREACH l IN lists %] [% SET shared_by_other = l.owner.id != logged_in_user.id %] [% END %]
Name Patrons in list Shared  
[% l.name | html %] [% l.patron_list_patrons_rs.count || 0 | html %] [% IF l.shared %] [% IF shared_by_other %] by [% INCLUDE 'patron-title.inc' patron=l.owner %] [% ELSE %] by you [% END %] [% END %]
[% ELSE %]
There are no patron lists.
[% END %]
[% INCLUDE 'tools-menu.inc' %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]