[% META title = 'Resources » Static Views » NGIS excluded lab tests' -%]
<!-- BEGIN [% template.name %] -->
[% # PROCESS dumper.tt dump = data %]
<h2 align="center">NGIS Excluded Lab-tests</h2>
[% FOREACH section IN data.keys.sort;
# PROCESS dumper.tt dump = data.item(section); %]
<h4 class="header">[% section | upper %]</h4>
[% FOREACH t IN data.${section}; # PROCESS dumper.tt dump = t %]
<div class="indent">[% t %]</div>
[% END %]
[% END %]
<p class="center">[% site.html.back_button %]</p>
<!-- END [% template.name %] -->