{% if budget %}

Cost estimate

{% for field, value in budget.items %} {% endfor %}
{{ field }} {{ value }} €
Total number of submissions to challenge {{ total_submissions }} {% if total_submissions > 500 %}
This is an unusually high number of submissions. You may want to reconsider the number of submissions for each phase. {% endif %}
{% if image_warning %}
{{ image_warning }}
{% endif %} {% if runtime_warning %}
{{ runtime_warning }}
{% endif %} {% if image_size_warning %}
{{ image_size_warning }}
{% endif %}
The estimated costs are excluding VAT.
{% else %}
{{ error }}
{% endif %}