{% extends "challenge.html" %} {% load url from grandchallenge_tags %} {% block content %}

Submission {{ object.id }}

Challenge: {{ object.challenge.short_name }}

Creator: {{ object.creator }}

Comment: {{ object.comment }}

Evaluations for this submission

{% for job in object.job_set.all %} {% endfor %}
Created Updated Job Method Status Result Comment
{{ job.created }} {{ job.modified }} {{ job.id }} {{ job.method.id }} {{ job.get_status_display }} {{ job.result.metrics }}
{% endblock %} {% block script %} {{ block.super }} {% endblock %}