[%- PROCESS "opac/parts/header.tt2"; PROCESS "opac/parts/misc_util.tt2"; WRAPPER "opac/parts/base.tt2"; INCLUDE "opac/parts/topnav.tt2"; ctx.page_title = l("Confirm Basket Printing") %]

[% l('Confirm Basket Printing') %]

[% INCLUDE "opac/parts/searchbar.tt2" %]
[% IF ctx.mylist.size %]

[% l('Please confirm that you want to print the [_1] titles in the basket.', ctx.mylist.size) %]


[% ELSE %]
[% l("The basket is empty."); %]
[% END %]
[%- END %]