{% load poll_extras %}

Devices List


{%if all_data != None%}

Devices Tables

{%if task != None%}

Task Id:{{task.task_id}}

{%endif%} {%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%}