{% extends "base.html" %} {% load url %} {% load humanize %} {% load static %} {% block breadcrumbs %}
{% endblock %} {% block topbar2 %} {% if "change_challenge" in challenge_perms or user_is_participant %} {% include "evaluation/partials/phase_navbar.html" with submission_nav=True %} {% endif %} {% endblock %} {% block content %} {% if not object.phase.public %}| Created | Updated | Evaluation | Method | Status | Result |
|---|---|---|---|---|---|
| {{ evaluation.created }} | {{ evaluation.modified }} | {{ evaluation.id }} | {{ evaluation.method.id }} | {% if evaluation.animate %} {% endif %} {{ evaluation.get_status_display }} | {% if evaluation.status == evaluation.SUCCESS %} Result {% endif %} |
This submission has not been evaluated with the active evaluation method for this phase. {% if challenge.available_compute_euro_millicents <= 0 %} However, an evaluation cannot be created as this challenge has exceeded its budget. {% endif %}
{% if challenge.available_compute_euro_millicents > 0 %} {% endif %}