{# Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. #} {% from "helper.html" import print_flashes, print_exception %} {% extends "layout.html" %} {% block title %} {{job.name()}} {% endblock %} {% block head %} {% if job.status.is_running() %} {% with namespace = "/jobs" %} {% set room = job.id() %} {% include 'socketio.html' %} {% endwith %} {% endif %} {% endblock %} {% block nav %}