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