{# Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. #} {% extends "layout.html" %} {% block head %} {% endblock %} {% block content %} {% if jobs|length > 0 %}
{% for attrib in attrs_and_labels %} {% endfor %} {% for attrib in attrs_and_labels %} {% endfor %} {% for job in jobs %} {% set job_info = job[0] %} {% set job_attrs = job[1] %} {% for attrib in attrs_and_labels %} {% if job_attrs[attrib[0]] is defined %} {% else %} {% endif %} {% endfor %} {% endfor %}
Name ID Framework Status Runtime{{ attrib[2]|capitalize|e }}
Name ID Framework Status Runtime{{ attrib[2]|capitalize|e }}
{{ job_info.name|e }} {{ job_info.id }} {{ job_info.framework_id }} {{ job_info.status.name }} {{ job_info.time }}{{ job_attrs[attrib[0]][attrib[1].name] }} 
{% else %} None {% endif %} {% endblock %}