[% USE Koha %] [% PROCESS 'modal-claims.inc' %] [% INCLUDE 'format_price.inc' %] [% IF ( issuecount ) %]

Show checkouts [% SET LoadCheckoutsTableDelay = Koha.Preference('LoadCheckoutsTableDelay') %] [% IF LoadCheckoutsTableDelay && page == 'circulation' %] Checkouts table will show automatically in [% LoadCheckoutsTableDelay | html %] seconds... [% END %]

[% INCLUDE 'csrf-token.inc' %] [% INCLUDE 'checkouts-table-footer.inc' %]
[% ELSE %]

Patron has nothing checked out.

[% END %] [% PROCESS 'modal-claims-display' %]