{% for status in status_order %}

{{ status.name }} ({{ tests[status] | length }})

{% if status in has_any_log %} {% endif %} {% for t in tests[status] %} {% if status in has_any_log %} {% endif %} {% endfor %}
test name elapsed statusLOG
{{ t.full_name }} {{ t.elapsed_display }} {{ t.status_display }} {% if t.log_url %} LOG {% else %}   {% endif %}
{% endfor %}