{% extends "base.html" %} {% load crispy from crispy_forms_tags %} {% load url from grandchallenge_tags %} {% block title %}Workstations - {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Workstations

{% for workstation in workstation_list %}
{{ workstation }} Logo
{{ workstation.title }}

{{ workstation.description }}

{% endfor %}

Add a new workstation

{% endblock %} {% block script %} {{ block.super }} {# enable tooltips #} {% endblock %}