<!-- BEGIN worklist/snippets/lab_tests.tt // no longer in use -->
<p>
<strong>Select investigation:</strong>
<select name="lab_test_id" id="lab_test_id" [% site.html.on_focus %]>
<option value=""> </option>
[% FOREACH entry IN active_investigations %]
<option value="[% entry.id %]">
[[% entry.test_type.match('panel') ? 'P' : 'T' %]]
[% entry.field_label %]
</option>
[% END %]
</select>
[optional]
</p>
<!-- END worklist/snippets/lab_tests.tt -->