{% include "header.html" %} {% for t in rows %} {% if t[5] == "pending" and t[4] == "scheduled"%} {% else %} {% endif %} {% endfor %}
Task actionPlan uuidTask id Task started_atTask ended_at Task stateTask result
{% if t[0] and t[0]|length %} {{t[8]}} {% else %} {{t[8]}} {% endif %} {{t[2]}}{{t[2]}}{{t[1]}} {{t[6]}} {{t[7]}} {{t[4]}} {% if t[5]=="error" %}{{t[5]}} {% elif t[5] in ["warning", "pending", "skipped"] %}{{t[5]}} {% else %}{{t[5]}} {% endif %}