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