{% set imageFilters = ['image/jpg', 'image/jpeg', 'image/png', 'image/webp'] %} {% set otherFilters = ['text/plain', 'application/pdf'] %} {% if item.encodingFormat is defined and item.encodingFormat in imageFilters %} {% set webpFilename = item.filename|split('.')|first ~ ".webp" %} {# the second parameter is the name of the property with the UploadableField annotation #} {# #}
{# the second parameter is the name of the property with the UploadableField annotation #}
{% elseif item.encodingFormat is defined and item.encodingFormat in otherFilters %} Voir le document {% elseif item.encodingFormat is defined and item.encodingFormat in 'video/youtube' %} Voir la vidéo {% else %} Aucun(e) {% endif %}