## charts.html - Mako template displaying the charts <%page args="plotlist"/>
% if plotlist: % for plotstring in plotlist:
${plotstring|n}
% endfor % else:

No data yet: Waiting..

% endif