{% extends "base.html" %} {% load url from grandchallenge_tags %} {% block title %}Workstation Container Image - {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Workstation Container Image

ID
{{ object.pk }}
Workstation
{{ object.workstation.title }}
Creator
{{ object.creator }}
Created
{{ object.created }}
Image
{% if object.image %} {{ object.image.name }} {% endif %}
Image SHA256
{{ object.image_sha256 }}
Ready
{{ object.ready }}
Status
{{ object.status }}
Initial Path
{{ object.initial_path }}
HTTP Port
{{ object.http_port }}
Websocket Port
{{ object.websocket_port }}

Edit the image settings

Sessions For This Image

{% endblock %}