{% extends "squad/base.html" %} {% load static %} {% block content %} {% include "squad/build-nav.html" %}

All test results

{% include "squad/_pagination.html" with items=results %}
{% for env in results.environments %} {% endfor %} {% if results %} {% for test in results %} {% for status in test %} {% endfor %} {% endfor %} {% else %} {% endif %}
Test{{env}}
{{test.name}}{{status}}
This build has no test results yet.
{% include "squad/_pagination.html" with items=results %} {% endblock %} {% block javascript %} {% endblock %}