{% extends "challenge.html" %} {% load grandchallenge_tags %} {% block title %} Annotation Sets - {{ block.super }} {% endblock %} {% block content %}

Dataset Annotations

Add annoations to this dataset

{% for annotationset in object_list %} {{ annotationset }} {% empty %}

No annotations found for this dataset.

{% endfor %} {% endblock %}