1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Print Notices for [% today | html %]</title>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <style type="text/css">
6 .message { page-break-after: always }
7 pre { font-family: monospace }
8 pre {white-space: pre-wrap;}
9 pre {white-space: -moz-pre-wrap;}
10 pre {white-space: -o-pre-wrap;}
11 pre {word-wrap: break-work;}
14 [% IF ( stylesheet ) %]
15 <link rel="stylesheet" type="text/css" href="[% stylesheet | html %]">
18 <body id="batch_print-notices" class="batch">
19 [% FOREACH message IN messages %]
21 <pre>[% message.content | html %]</pre>