{% extends "squad/base.html" %} {% load squad %} {% block content %}
Build | Date | {% for environment in history.environments %}{{environment.slug}} | {% endfor %}
---|---|---|
{{build.version}} | {{build.datetime}} | {% for environment in history.environments %} {% with result=results|get_value:environment%}{% if result %} {{result.status}} {% else %} n/a {% endif %} | {% endwith %} {% endfor %}