{{ form_errors(form) }}
{% if nbCorrection > 0 %}

{{ 'corrections were already created'|transchoice(nbCorrection,{},'icap_dropzone') }}

{% endif %} {{ 'Are you sure you want to delete the %number%'|trans({'%number%': number}, 'icap_dropzone') }}
{{ 'Cancel'|trans({}, 'icap_dropzone') }}
{{ form_end(form) }}