{% if budget %}
| {{ 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 %} |