[% USE raw %] [% USE Asset %] [% USE Koha %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Print Receipt for [% cardnumber | html %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/print.css") | $raw %]

[% LibraryName | html %]

[% IF ( branchname ) %][% branchname | html %]
[% END %] Checked out to [% firstname | html %] [% surname | html %]
([% cardnumber | html %])
[% todaysdate | html %]
[% IF ( quickslip ) %]

Checked out today

[% FOREACH issueloo IN issueloop %] [% IF ( issueloo.red ) %][% ELSE %] [% IF ( issueloo.today ) %]

[% issueloo.title | html %]
Barcode: [% issueloo.barcode | html %]
Date due: [% issueloo.date_due | html %]

[% END %] [% END %] [% END %] [% ELSE %]

Checked out

[% FOREACH issueloo IN issueloop %] [% IF ( issueloo.red ) %][% ELSE %]

[% issueloo.title | html %]
Barcode: [% issueloo.barcode | html %]
Date due: [% issueloo.date_due | html %]

[% END %] [% END %] [% END %] [% IF ( quickslip ) %] [% ELSE %] [% IF ( overdues_exist ) %]

Overdues

[% FOREACH issueloo IN issueloop %] [% IF ( issueloo.red ) %]

[% issueloo.title | html %]
Barcode: [% issueloo.barcode | html %]
Date due: [% issueloo.date_due | html %]

[% END %] [% END %] [% END %] [% END %] [% IF ( koha_news_count ) %]

News

[% FOREACH koha_new IN koha_news %]
[% koha_new.title | html %]

[% koha_new.content | $raw %]

Posted on [% koha_new.newdate | html %]


[% END %] [% END %] [% MACRO jsinclude BLOCK %] [% INCLUDE 'slip-print.inc' #printThenClose %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]