[% META title = 'Admin » Active Lab Tests' -%] [% IF data.size %]

Active Lab Tests

[% url = app_url _ '/resources/list_all_lab_tests' %] [% i = 0; WHILE ( test = data.next ) %] [% END %]
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 %]
[% ELSE %]

No lab tests configured

[% END %]