[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE AuthorisedValues %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Subscription routing lists for [% INCLUDE 'patron-title.inc' no_html = 1 %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'patron-search-header.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]
[% INCLUDE 'members-toolbar.inc' %]

Subscription routing lists for [% INCLUDE 'patron-title.inc' %]

Search subscriptions:

[% IF ( routing ) %][% END %]
[% SET routinglists = patron.get_routing_lists %]

[% UNLESS ( routinglists ) %] 0 subscription routing lists [% ELSIF ( routinglists.count == 1 ) %] [% routinglists.count | html %] subscription routing list [% ELSE %] [% routinglists.count | html %] subscription routing lists [% END %]

[% IF ( routinglists ) %] [% FOREACH routinglist IN routinglists %] [% END %]
Subscription title Position Routing list
[% routinglist.subscription.biblio.title | html %] [% routinglist.ranking | html %] Edit routing list
[% ELSE %]

Patron does not belong to any subscription routing lists.

[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'str/members-menu.inc' %] [% Asset.js("js/members-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]