% if "app_configurations" in blueLinks and len(blueLinks['app_configurations']['menuItems']):
${_("Apps")}
<%helpers:menulist namespace="${namespace}" menuDict="${blueLinks['app_configurations']}"/>
% endif
% if "knowledge_configurations" in blueLinks and len(blueLinks['knowledge_configurations']['menuItems']):
${_("Knowledge")}
<%helpers:menulist namespace="${namespace}" menuDict="${blueLinks['knowledge_configurations']}"/>
% endif
% if "deployment_configurations" in blueLinks and len(blueLinks['deployment_configurations']['menuItems']):
${_("Distributed Environment")}
<%helpers:menulist namespace="${namespace}" menuDict="${blueLinks['deployment_configurations']}"/>
% endif
% if "system_configurations" in blueLinks and len(blueLinks['system_configurations']['menuItems']):
${_("System")}
<%helpers:menulist namespace="${namespace}" menuDict="${blueLinks['system_configurations']}"/>
% endif
% if "data_configurations" in blueLinks and len(blueLinks['data_configurations']['menuItems']):
${_("Data")}
<%helpers:menulist namespace="${namespace}" menuDict="${blueLinks['data_configurations']}"/>
% endif
% if "auth_configurations" in blueLinks and len(blueLinks['auth_configurations']['menuItems']):
${_("Users and authentication")}
<%helpers:menulist namespace="${namespace}" menuDict="${blueLinks['auth_configurations']}"/>
% endif