{% extends base_template %} {% load evaluation_extras %} {% load user_profile_link from profiles %} {% load guardian_tags %} {% load url %} {% load static %} {% block breadcrumbs %} {% endblock %} {% block content %}

Submissions and Evaluations for {{ phase.title }}

{% if "change_challenge" in challenge_perms %} {% include "evaluation/partials/phase_closed_warning.html" with phase=phase %} {% endif %}
{% if "change_challenge" in challenge_perms %} {% endif %} {% if "change_challenge" in challenge_perms %} {% endif %} {% for evaluation in object_list %} {% if "change_challenge" in challenge_perms %} {% endif %} {% if "change_challenge" in challenge_perms %} {% endif %} {% endfor %}
Submission ID Evaluation ID Submission Created Evaluation UpdatedUserStatusHide/Publish Algorithm ResultsOutput Position Comment
{{ evaluation.submission.id }} {{ evaluation.id }} {{ evaluation.submission.created }} {{ evaluation.modified }} {{ evaluation.submission.creator|user_profile_link }} {% if challenge.use_teams %} {% with user_teams|get_key:evaluation.submission.creator.username as team %} {% if team %} ({{ team.0 }}) {% endif %} {% endwith %} {% endif %} {% if evaluation.animate %} {% endif %} {{ evaluation.get_status_display }} {% if evaluation.status == evaluation.SUCCESS %}
{% csrf_token %} {% if evaluation.published %} {% else %} {% endif %}
{% endif %}
{% if evaluation.submission.phase.submission_kind == evaluation.submission.phase.SubmissionKindChoices.ALGORITHM %} {{ evaluation.submission.algorithm_image.algorithm.title }} {% endif %} {% if evaluation.status == evaluation.SUCCESS %} {% if evaluation.published %} Result {% else %} Submission is under review by the challenge admins. {% endif %} {% elif evaluation.status == evaluation.FAILURE %} {% firstof evaluation.error_message evaluation.get_status_display %} {% endif %} {% if evaluation.rank > 0 %} {{ evaluation.rank }} {% endif %} {% if evaluation.submission.supplementary_file %} {% endif %} {{ evaluation.submission.comment }}
{% endblock %} {% block script %} {{ block.super }} {% endblock %}