{# Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. #} {% block head %} {% with namespace = "/jobs" %} {% set room = "job_management" %} {% include 'socketio.html' %} {% endwith %} {% endblock %} {% block content %} {% set running_jobs = running_datasets + running_models %} {# if there are running_jobs, show this table #}
{# else show this text #}