{% load split %}
{{ job.id }}
{{ job.cooler_id }}
{% with job.quit_status_text|split:"_" as qs %} {% if qs.0 == "completed" %} {% elif qs.0 == "interrupted" %} {% elif qs.0 == "autostop" %} {% elif qs.0 == "killed" %} {% else %} {% endif %} {% endwith %}
{{ job.data_started|date:"d M 'y H:i:s" }} ({{ job.duration }})
net   {% if http_codes.2 %}2xx{% endif %} {% if http_codes.3 %}3xx{% endif %} {% if http_codes.4 %}4xx{% endif %} {% if http_codes.5 %}5xx{% endif %}
{% if job.name %}{{ job.name }}{% else %}Test name{% endif %} {% if owner %} {% endif %}
{% if job.dsc %}{{ job.dsc }}{% else %}Description{% endif %} {% if owner %} {% endif %}
{% if owner %}   {% endif %} {% if user_avatar_link %}
{% if user_profile_link %} {% else %} {% endif %}
{% endif %}