| test name | elapsed | status | {% if status in has_any_log %}LOG | {% endif %}
|---|---|---|---|
| {{ t.full_name }} | {{ t.elapsed_display }} | {{ t.status_display }} | {% if status in has_any_log %}{% 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 %} | {% endif %}