{%if all_data != None and task != None %}

Devices Tables Export csv

Task Id:{{task.task_id}}

{%for title in all_data|getProblemTitle%} {%endfor%} {%for taskDevice in all_data%} {%for title in all_data|getProblemTitle%} {%endfor%} {%endfor%}
Name Result Detail{{title}}
{{taskDevice.name}} {{taskDevice.result}} {{taskDevice.fail_detail}}{{taskDevice|getProblemValue:title}}
{%endif%}