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

Datasets

{% for imageset in object_list %} {% endfor %}
Phase Number of Images Annotations
{{ imageset.get_phase_display }} {{ imageset.images.all|length }} {% for annotationset in imageset.annotationset_set.all %} {{ annotationset }}
{% empty %} No annotations found {% endfor %}
{% endblock %} {% block script %} {{ block.super }} {% endblock %}