RSS Git Download  Clone
Raw Blame History
[% content_only = 1 # no html wrappers %]

<!-- BEGIN printrun/do.tt -->
<html>
<head>
  <title>PrintRun</title>
  <link type="text/css" media="print" rel="stylesheet" href="/css/print.css" />
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>

<body>
  <p class="classname">[% site.html.back_button %]</p>
  [% FOREACH report IN reports %]
      <div style="page-break-after: always">[% report %]</div>        
  [% END %]
</body>
</html>
<!-- END printrun/do.tt -->