{% extends '@SonataAdmin/CRUD/base_list_field.html.twig' %} {% block field%} {% if value is not null and value.file is not null %} {# #} {% thumbnail value.file, 'small' %} {% endif %} {% endblock %}