{{ column }} | {% endfor %}|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% if row[2] == '' %}▶{% endif %} | {{ row[1]|string|replace(' \u21B3', '') }} | {{ row[2] }} | {{ row[3] }} | {{ row[4] }} | {{ row[5] }} | {{ row[6] }} | {{ row[7] }} | {{ row[8] }} | {% if row[9].startswith('RUNNING') %} {{ row[9].split()[0] }}{{ row[9][row[9].split()[0]|length:] }} {% elif row[9].startswith('PENDING') or row[9].startswith('SUBMITTED') %} {{ row[9].split()[0] }}{{ row[9][row[9].split()[0]|length:] }} {% elif row[9].startswith('RECOVERING') or row[9].startswith('CANCELLING') or row[9].startswith('STARTING') %} {{ row[9].split()[0] }}{{ row[9][row[9].split()[0]|length:] }} {% elif row[9].startswith('SUCCEEDED') %} {{ row[9].split()[0] }}{{ row[9][row[9].split()[0]|length:] }} {% elif row[9].startswith('CANCELLED') %} {{ row[9].split()[0] }}{{ row[9][row[9].split()[0]|length:] }} {% elif row[9].startswith('FAILED') %} {{ row[9].split()[0] }}{{ row[9][row[9].split()[0]|length:] }} {% else %} {{ row[9] }} {% endif %} | {{ row[10] }} | {{ row[11] }} | {{ row[12] }} | {{ row[13] }} |