{% extends "master.html" %} {% import 'macros.html' as mcr %} {% set active_page = "allMetricResults" %} {% set run = runlist.getRun(runId) %} {% set metrics = run.metrics %} {% block moresidebar %}
Group: {{g|escape}}; Subgroup: {{sg|escape}}
{% set subsetMetrics = run.metricsInSubgroup(g, sg) %}{% set caption = run.captionForMetric(metric) %} {{ caption|escape }}
{% endif %} {% endfor %} {# Add a table with the summary stats for all the metrics in this subgroup #} {% set statNames = run.allStatNames(subsetMetrics) %} {{ mcr.MakeStatTable(subsetMetrics, g, sg, run) }}