{% extends "base.html" %} {% load crispy_forms_tags %} {% load url %} {% load guardian_tags %} {% load bleach %} {% load naturaldelta %} {% 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 %}Challenge participants will be allowed to create {{ phase.submissions_limit_per_user_per_period }} submission{{ phase.submissions_limit_per_user_per_period|pluralize }} {% if phase.submission_limit_period %} per {% if phase.submission_limit_period > 1 %}{{ phase.submission_limit_period }}{% endif %} day{{ phase.submission_limit_period|pluralize }} {% else %} in total {% endif %} {% if phase.submissions_open_at and phase.submissions_close_at %}between {{ phase.submissions_open_at }} ({{ TIME_ZONE }}) and {{ phase.submissions_close_at }} ({{ TIME_ZONE }}) {% elif phase.submissions_open_at and not phase.submissions_close_at %} from {{ phase.submissions_open_at }} ({{ TIME_ZONE }}) onwards {% elif not phase.submissions_open_at and phase.submissions_close_at %} until {{ phase.submissions_close_at }} ({{ TIME_ZONE }}) {% endif %} to this phase.
You can change the submission limit and period and the submission start and end dates in Phase Settings.
{% if phase.submission_kind == phase.SubmissionKindChoices.ALGORITHM %}For each submission, {{ phase.count_valid_archive_items }} algorithm job{{ phase.count_valid_archive_items|pluralize }} will be created from the {{ phase.count_valid_archive_items }} valid item{{ phase.count_valid_archive_items|pluralize }} in {{ phase.archive }}. Each individual algorithm job will have a time limit of {{ phase.algorithm_time_limit|naturaldelta }}.
{% endif %}As an admin for this challenge you can create as many submissions as you like as long as there is budget available.
Please use this form if you would like to create a submission on the behalf of one of the participants of this challenge.
Currently, you do not have any Algorithm Image that can be submitted to this phase. Either upload a new Algorithm Image to one of your existing Algorithms, or create a new Algorithm. As soon as your new Algorithm Image is active you can return to this page to submit it to this phase.
Add a new Algorithm {% else %}