{% extends "challenge.html" %} {% load grandchallenge_tags %} {% block title %} Annotation Sets - {{ block.super }} {% endblock %} {% block content %}
Add annoations to this dataset
{% for annotationset in object_list %} {{ annotationset }} {% empty %}No annotations found for this dataset.
{% endfor %} {% endblock %}