{% if allowed_extensions or max_size or max_files or max_width or max_height %}
{% if allowed_extensions %} Extensions : {{ allowed_extensions.extensions | join(sep=", ") }} {% endif %} {% if max_size %} · Max {{ max_size_mb | round(precision=1) }} MB {% endif %} {% if max_files %} · Max {{ max_files }} fichier(s) {% endif %} {% if max_width and max_height %} · Dimensions max : {{ max_width }}x{{ max_height }}px {% endif %}
{% endif %} {% if field.error %} {{ field.error }} {% endif %}