{% set imageFilters = [ 'image/jpg', 'image/jpeg', 'image/png' ] %} {% set otherFilters = [ 'text/plain', 'pdf' ] %} {# {% set otherFilters = ['text/plain', 'pdf', 'doc', 'docx', 'xls', 'csv', 'xlsx'] %} #} {% if item.encodingFormat is defined and item.encodingFormat in imageFilters %} {# 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 %}