[% USE raw %] [% USE Asset %] [% USE AuthorisedValues %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Alert subscriptions for [% INCLUDE 'patron-title.inc' no_html = 1 %] › Patrons › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'patron-search-header.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Patrons [% END %] [% WRAPPER breadcrumb_item %] [% INCLUDE 'patron-title.inc' %] [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Alert subscriptions [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% INCLUDE 'members-toolbar.inc' %]

Alert subscriptions

[% IF patron.alert_subscriptions.count %]
[% FOREACH sub IN patron.alert_subscriptions %] [% END %]
ISSN Title Library Location Call number Actions
[% IF sub.biblio.biblioitem.issn %][% sub.biblio.biblioitem.issn | html %][% END %] [% sub.biblio.title | html %] [% sub.biblio.subtitle | html %] [% IF ( sub.branchcode ) %][% Branches.GetName( sub.branchcode ) | html %][% END %] [% IF ( sub.location ) %][% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => sub.location ) | html %][% END %] [% IF ( sub.callnumber ) %][% sub.callnumber | html %][% END %]
[% ELSE %]

This patron has not subscribed to email alerts for any subscriptions.

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