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

<!-- BEGIN record/print_pdf.tt -->
<html>
<head>
  <title>
    [% request.data.patient_case.patient.last_name   | upper %],
    [% request.data.patient_case.patient.first_name  | ucfirst %]
    [% request.data.patient_case.patient.middle_name | ucfirst %]
    [[% PROCESS site/lab_number.tt data = request.data; want_url=0 %]]
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
	Printed: [% USE date(format = '%d.%b.%Y', locale = 'en_GB'); date.format %]
  </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>
  [% PROCESS record/body.tt %]
</body>
</html>
<!-- END record/print_pdf.tt -->