[% INCLUDE row class_function = 'user/change_password'
title = 'Change password' %]
[% INCLUDE row class_function = 'user/change_location'
title = 'Change registered location' %]
[% INCLUDE row class_function = 'user/change_email'
title = 'Change registered email address' %]
[% INCLUDE row class_function = 'resources/user_messages'
title = 'User message centre' %]
[% INCLUDE row class_function = 'resources/active_sessions'
title = 'Who\'s logged in?' %]
[% IF c.user_can('screen');
INCLUDE row class_function = 'resources/list_all_screen_tests'
title = 'List all screen tests';
END %]
[% IF c.user_can('register');
INCLUDE row class_function = 'referral-source'
title = 'Referrers & Referral Sources';
END %]
[% IF c.user_can('do_admin');
INCLUDE row class_function = 'resources/data_file'
title = 'New CfH data file';
END %]
[% INCLUDE row class_function = 'resources/new_diagnoses'
title = 'New/relapsed diagnoses' %]
[% IF c.user_can('patient_merge') %]