[% IF Koha.Preference('CircSidebar') %]
[% MACRO jsinclude BLOCK %]
[% INCLUDE 'datatables.inc' %]
[% INCLUDE 'columns_settings.inc' %]
[% Asset.js("js/recalls.js") | $raw %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]
[% ELSE %]
[% END %]
[% END %]
[% INCLUDE 'messages.inc' %]
[% IF Koha.Preference('CircSidebar') %]
Old recalls
[% IF Koha.Preference('UseRecalls') %]
[% INCLUDE 'recalls.inc' %]
[% ELSE %]
Recalls have not been enabled. Enable the UseRecalls system preference to use recalls.
[% END %]