{% extends "challenge.html" %} {% load evaluation_extras %} {% load user_profile_link from profiles %} {% load guardian_tags %} {% load url from grandchallenge_tags %} {% block content %}

Evaluation Jobs

{% if "change_challenge" in challenge_perms %} {% endif %} {% if challenge.evaluation_config.allow_submission_comments %} {% endif %} {% if "change_challenge" in challenge_perms %} {% endif %} {% for job in object_list %} {% if "change_challenge" in challenge_perms %} {% endif %} {% if job.output %} {% elif job.result.metrics and job.result.published %} {% else %} {% endif %} {% if challenge.evaluation_config.allow_submission_comments %} {% endif %} {% if "change_challenge" in challenge_perms %} {% endif %} {% endfor %}
ID Created UpdatedUserStatus Output PositionCommentHide/Publish
{{ job.id }} {{ job.created }} {{ job.modified }} {{ job.submission.creator|user_profile_link }} {% if challenge.evaluation_config.use_teams %} {% with job.result|get_team_html as team_html %} {% if team_html %} ({{ team_html }}) {% endif %} {% endwith %} {% endif %} {{ job.get_status_display }} {{ job.output|user_error }} Result {% if job.result and job.result.rank > 0 %} {{ job.result.rank }} {% endif %} {% if job.submission.supplementary_file %} {% endif %} {{ job.submission.comment }} {% if job.result %}
{% csrf_token %} {% if job.result.published %} {% else %} {% endif %}
{% endif %}
{% endblock %} {% block script %} {{ block.super }} {% endblock %}