{% if field.label %} {% endif %}
{% if allowed_extensions and allowed_extensions.extensions %} Extensions : {{ allowed_extensions.extensions | join(sep=", ") }} {% endif %} {% if max_size_mb %} Taille max : {{ max_size_mb }} MB {% endif %} {% if max_files %} Maximum {{ max_files }} fichiers {% endif %} {% if is_image %} {% if max_width and max_height %} Dimensions max : {{ max_width }}x{{ max_height }}px {% endif %} {% endif %}
{% if is_image and field.value %}
Preview
{% endif %} {% if field.error %} {{ field.error }} {% endif %}