[% META title = 'Admin » Active Lab Tests' -%] [% IF data.size %]
Active Lab Tests
[% url = app_url _ '/resources/list_all_lab_tests' %]| Test Label | Test Name | Test Type | Lab Section | |
|---|---|---|---|---|
| [% i = i + 1; i %] | [% test.field_label %] | [% test.test_name %] | [% test.test_type %] | [% test.lab_section.section_name %] |
No lab tests configured
[% END %]