{% extends "squad/base.html" %} {% load squad %} {% load static %} {% block content %}
Build | Date | {% for environment in history.environments %}{{environment}} | {% endfor %} {% if history.known_issues %}
---|---|---|
Known Issues | {% for environment in history.environments %}
{% for issue in history.known_issues|get_value:environment %}
{% if issue.url %}
{{issue.title}}
{% else %}
{{issue.title}}
{% endif %}
{% if issue.intermittent %}
(intermittent)
{% endif %}
{% endfor %} |
{% endfor %}
|
{{build.version}} | {{build.datetime}} | {% for environment in history.environments %} {% with result=results|get_value:environment%} {% with known_issue=history.known_issues|get_value:environment %}{% if result %} {{result.status}} {% else %} n/a {% endif %} | {% endwith %} {% endwith %} {% endfor %}