[% content_only = 1 # no html wrappers %]
<!-- BEGIN printrun/wrapper.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 %]
<span class="printHide" "style="font-weight: bold; float: right">
<a class"button" href="[% app_url %]/printrun/do_offset?offset=[% c.query.param('offset')
+ 50 %]&start=[% c.query.param('start') | uri %]&end=[% c.query.param('end') | uri %]">
[% c.query.param('offset') + 51 %] to [% c.query.param('offset') + 100 %] »</a>
</span>
</p>
[% FOREACH report IN reports %]
<div style="page-break-after: always">[% report %]</div>
[% END %]
</body>
</html>
<!-- END printrun/wrapper.tt -->