{% extends "base.html" %} {% load url from grandchallenge_tags %} {% block title %}{{ object.slug }} - {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ object.title }}

{{ object.description }}

Edit this workstation

{% if object.workstationimage_set.count != 0 %}

Sessions

{% csrf_token %}
{% endif %}

Container Images

Upload a new container image for this workstation

{% endblock %}