{% for a in actions %}
{% if a[4] is not none and a[7] is not none and a[4] == 'Actions::RemoteExecution::ProxyAction' and a[7] != '' and '"exit_status": 0,' not in a[7] %}
{% set state = 'error' %}
{% else %}
{% set state = a[10] %}
{% endif %}
1 %} data-tt-parent-id="{{a[2]}}" {% endif %}>
{{a[3]}}: {{a[4]}}
{% if a[7] and a[7]|length and a[7] != "{}" %}!{% endif %} |
{{state}} |
|
{% for s in a[14] %}
{{a[3]}}.{{s[1]}}: {{s[10]}}
{% if s[13]|length %}!{% endif %}
|
{{s[4]}} |
{{s[5]}} |
{{s[6]}} |
{{s[7]}} |
{% if s[3]=="error" %}{{s[3]}}
{% elif s[3] in ["warning", "pending"] %}{{s[3]}}
{% else %}{{s[3]}}
{% endif %} |
|
{% endfor %}
{% endfor %}