{% set is_edit = item.id is not empty %}
{% if errors|default([]) %}
{{ errors|first }}
{% endif %}
Annuler