{% load squad %}

Summary

{% if metadata %} {% endif %}

Regressions{%if previous_build %} (compared to build {{previous_build.version}}){% endif %}

{% if regressions %} {% else %} (none) {% endif %}

Failures

{% if summary.failures %} {% else %} (none) {% endif %}

All changes detected{%if previous_build %} (compared to build {{previous_build.version}}){% endif %}

{% with comparison=notification.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.diff.items %} {% for build, environments in comparison.environments.items %} {% for environment in environments %} {% with result=results|test_result_by_build:build|test_result_by_env:environment %} {% endwith %} {% endfor %} {% endfor %} {% endfor %}
{{build.project}}, build {{build.version}}
{{environment}}
{{test}} {% if result %} {{result}} {% else %} n/a {% endif %}
{% endwith %}