RSS Git Download  Clone
Raw Blame History
<!-- BEGIN [% template.name %] -->
  [% META title = 'Resources &raquo; Practice Blood Tube Overrides' -%]

    [% # PROCESS dumper.tt dump = data %]
    
	<h2 class="header">Practice Blood Tube Overrides</h2>
    
    <table class="indent">
        <tr>
			<td></td>
            <th>Code</th>
            <th>Practice</th>
            <th>Tube</th>
			<th>Date</th>
        </tr>
    [% FOREACH entry IN data %]
        <tr>
			<td>[% loop.count %]</td>
            <td>[% entry.practice.organisation_code %]</td>
            <td>[% location = entry.practice.display_name;
                chars = 90; PROCESS site/display_name.tt %]</td>
            <td>[% entry.tube_type %]</td>
			<td>[% entry.time.strftime('%d.%b.%Y') %]</td>
        </tr>        
    [% END %]
    </table>
    
    <p class="indent">[% site.html.back_button %]</p>
<!-- END [% template.name %] -->