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