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