{% load url %}
{% if phase.give_algorithm_editors_job_view_permissions %}
The data in the linked archive is accessible to the participants.
This is a debugging phase where the editors of each algorithm submitted to this phase
(i.e. the challenge participants) will automatically be given view permissions to their
algorithm jobs and their logs.
This means that challenge admins do not need to manually share the logs with each user.
Algorithm editors will only be able to access their own logs and predictions,
not the logs and predictions from other users.
The algorithm editors will not have access to the logs of the evaluation container.
You can update this setting in the Phase Settings.
{% endif %}
{% if not phase.active_image %}
Nobody can submit to this phase as there is no valid evaluation method.
Please
upload a method container.
{% endif %}
{% if not phase.open_for_submissions and phase.challenge.available_compute_euro_millicents > 0 %}
Participants are not able to submit to this phase
as:
{% if not phase.public %}
The phase is not public. You can update this in the Phase
Settings.
{% endif %}
{% if not phase.submission_period_is_open_now %}
The submission period is closed.
You can update the dates in the Phase
Settings.
{% endif %}
{% if phase.submissions_limit_per_user_per_period == 0 %}
The individual submission limit is 0.
You can update this limit in the Phase
Settings.
{% endif %}
{% endif %}
{% if phase.challenge.available_compute_euro_millicents <= 0 %}
No submissions are possible as this challenge has exceeded its budget. Please contact support.
{% endif %}
{% if not phase.score_jsonpath %}
Results will not be displayed on the leaderboard as the score jsonpath is not set.
Please fill out your scoring details in the Phase
Settings.