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