{% 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_urls %} {% for log_name, log_url in t.log_urls.items() %} {{ log_name.upper() }}{% if not loop.last %} | {% endif %} {% endfor %} {% else %}   {% endif %}
{% endfor %}