[% IF ( action == 'seen' ) %]
[% selected_count | html %] note(s) marked as seen.
[% ELSIF ( action == 'notseen' ) %]
[% selected_count | html %] note(s) marked as not seen.
[% ELSE %]
Failed to change the status of [% selected_count | html %] item(s).
[% END %]
[% END %]
[% IF ( notes.count ) %]
[% ELSE %]
There are currently no checkout notes.
[% END %]
[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]
[% MACRO jsinclude BLOCK %]
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
[% INCLUDE 'calendar.inc' %]
[% INCLUDE 'datatables.inc' %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]