{{ isEdit ? 'Modifier le document' : 'Ajouter un document' }}
{{ project.titre }}
{% if errors.label is defined %}
{{ errors.label }}
{% endif %}
{% if errors.type is defined %}
{{ errors.type }}
{% endif %}
{% if errors.upload is defined %}
{{ errors.upload }}
{% endif %} {% if isEdit and document.originalFileName %}
Fichier actuel : {{ document.originalFileName }}
{% endif %}
Formats autorisés : {{ allowedExtensions|join(', ')|upper }}. Taille maximale : {{ maxFileSize }}.