{% load squad %} {% if comparison %} {% for build, test_runs in comparison.test_runs.items %} {% endfor %} {% for build, test_runs in comparison.test_runs.items %} {% for test_run in test_runs %} {% endfor %} {% endfor %} {% for test, results in comparison.results.items %} {% for build, test_runs in comparison.test_runs.items %} {% for test_run in test_runs %} {% with result=results|get_value:test_run %} {% endwith %} {% endfor %} {% endfor %} {% endfor %}
{{build.project}}, build {{build.version}}
{{test_run.environment.slug}}
{{test}} {% if result %} {{result}} {% else %} n/a {% endif %}
{% endif %}