%inherit file="//layout/view.html" /> <%namespace file="//view/_helpers.html" import="*"/> <%namespace name="lib" file="//lib.html" import="*"/> <%! import math headerPanels = ["appHeader", "navigationHeader"] upperPanels = ["viewHeader", "splSearchControls-inline", "mainSearchControls"] renderingErrors = [] %> <%def name="css()"> <% parent.css() %> <%lib:stylesheet_tags files="${['/static/css/dashboard.css']}" /> %def> <%def name="js()"> <% parent.js() %> %def> <%def name="getTitleForPanel(modules, panelName)"> % for module in modules[panelName]: % if module.has_key('params'): % if module["params"].has_key("group") :