<%call expr="renderTable(general)">%call>
% for panelName in splunkdPanels:
% if isinstance(splunkdPanels[panelName], dict):
<%call expr="renderTable(splunkdPanels[panelName], sort=True)">%call>
% else:
% endfor
% for panelName in uiPanels:
${splunkdPanels[panelName]}% endif
<%call expr="renderTable(uiPanels[panelName], sort=True)">%call>
% endfor
% else:
${_('Invalid Permissions')}
${_("We're sorry you do not have appropriate permissions to view this page. Contact your system administrator for help to resolve this issue.")}
% endif