{% extends "challenge.html" %} {% load evaluation_extras %} {% load user_profile_link from profiles %} {% load guardian_tags %} {% load url from grandchallenge_tags %} {% block content %}
ID | Created | Updated | {% if "change_challenge" in challenge_perms %}User | {% endif %}Status | Output | Position | {% if challenge.evaluation_config.allow_submission_comments %}Comment | {% endif %} {% if "change_challenge" in challenge_perms %}Hide/Publish | {% endif %}||
---|---|---|---|---|---|---|---|---|---|---|
{{ job.id }} | {{ job.created }} | {{ job.modified }} | {% if "change_challenge" in challenge_perms %}{{ 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 %} | {% endif %}{{ job.get_status_display }} | {% if job.output %}{{ job.output|user_error }} | {% elif job.result.metrics and job.result.published %}Result | {% else %}{% endif %} | {% if job.result and job.result.rank > 0 %} {{ job.result.rank }} {% endif %} {% if job.submission.supplementary_file %} {% endif %} | {% if challenge.evaluation_config.allow_submission_comments %}{{ job.submission.comment }} | {% endif %} {% if "change_challenge" in challenge_perms %}{% if job.result %} {% endif %} | {% endif %}