Summary
- {%- for p in additional_summary['prefix'] %}
- {{ p|safe }}
- {%- endfor %}
+
+ {%- for p in additional_summary['prefix'] %}
+ {{ p|safe }}
+ {%- endfor %}
+
{{ run_count }}
(Un)check the boxes to filter the results.
@@ -81,25 +84,29 @@
-
- {%- for result, values in outcomes.items() %}
-
- {{ values["value"] }} {{ values["label"] }}{{ "," if result != "rerun" }}
- {%- endfor %}
-
-
-
/
-
+
+
+ {%- for result, values in outcomes.items() %}
+
+ {{ values["value"] }} {{ values["label"] }}{{ "," if result != "rerun" }}
+ {%- endfor %}
+
+
+ /
- {%- for s in additional_summary['summary'] %}
- {{ s|safe }}
- {%- endfor %}
- {%- for p in additional_summary['postfix'] %}
- {{ p|safe }}
- {%- endfor %}
+
+ {%- for s in additional_summary['summary'] %}
+ {{ s|safe }}
+ {%- endfor %}
+
+
+ {%- for p in additional_summary['postfix'] %}
+ {{ p|safe }}
+ {%- endfor %}
+
+