{% if current_team_contest is not empty and not current_team_contest.allowSubmit %}
{% include 'partials/alert.html.twig' with {'type': 'danger', 'message': 'Submissions (temporarily) disabled.'} %}
{% else %}
Submit {% if problem is not null %}problem {{ problem.name }}{% endif %}
{% if current_team_contest is empty or (not is_granted('ROLE_JURY') and not current_team_contest.freezeData.started) %}