{# Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. #} {% extends "layout.html" %} {% block title %} {{job.name()}} - Explorer {% endblock %} {% block head %} {% endblock %} {% block nav %}
  • {{job.job_type()}}
  • {% endblock %} {% block content %}

    Exploring {{job.name()}} ({{ db }}) images

    Items per page: 10 - 25 - 50 - 100
    {% for i in imgs %}
    {% if i.label %}
    {{ i.label }}
    {% endif %}
    {% endfor %}
    {% endblock %}