[% INCLUDE 'blocking_errors.inc' %]
</head>
<body id="pat_printfeercpt" class="pat">
[% PROCESS 'notice_format_translations.inc' %]
<div id="receipt">
[% IF slip %]
[% IF ( slip ) %]
[% IF plain %]
[% PROCESS 'slip_content.inc' notice=slip %]
<pre>
[% slip | html %]
</pre>
[% ELSE %]
[% slip | $raw %]
No print template found
[% END %]
<span>No print template found</span>
</div>
[% MACRO jsinclude BLOCK %]
);
$template->param(
slip => $letter->{content},
slip => $letter,
plain => !$letter->{is_html}
output_html_with_http_headers $input, $cookie, $template->output;
-