[% # IF c.user_can('screen'); # no need to restrict
INCLUDE row class_function = 'resources/list_all_screen_tests'
title = 'List all screen tests';
# END %]
[% IF c.user_can('modify_results');
INCLUDE row class_function = 'result/export_test_results'
title = 'Export test results';
END %]
[% # IF c.user_can(''); # need to restrict ?
INCLUDE row class_function = 'resources/list_linked_lab_tests'
title = 'List linked lab tests';
# END %]
[% IF c.cfg('settings').have_outreach;
INCLUDE row class_function
= 'resources/outreach_practice_blood_tube_overrides'
title = 'Practice blood tube overrides';
END %]
[% IF c.is_lab_staff;
INCLUDE row class_function = 'search/deleted_record'
title = 'Deleted records search';
END %]
[% IF c.user_can('register');
INCLUDE row class_function = 'referral-source'
title = 'Referrers & referral sources';
END %]
[% IF c.user_can('patient_merge') %]