[% USE raw %] [% USE Koha %] [% USE KohaDates %] [% USE Asset %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Old recalls") | html %] › [% t("Circulation") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Circulation [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Old recalls [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]

Old recalls

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