${_('Sysadmin Dashboard')}
${_('Note: Sysadmin panel will be deprecated in the next release.')}
%if modeflag.get('users'):
${_('User Management')}
%endif
%if modeflag.get('staffing'):
${_("Go to each individual course's Instructor dashboard to manage course enrollment.")}
%endif
%if modeflag.get('courses'):
${_('Administer Courses')}
%endif
%if msg:
${msg}
%endif
%if datatable:
${datatable['title']}
%for hname in datatable['header']:
${hname} |
%endfor
%for row in datatable['data']:
%for value in row:
${value} |
%endfor
%endfor
%endif