{% extends 'SonataAdminBundle:CRUD:base_list_field.html.twig' %} {% block field %}
{% if object.image and admin.isGranted('VIEW', object.image) %} {% if admin.isGranted('EDIT', object) and admin.hasRoute('edit') %} {% thumbnail object.image, 'admin' with {'width': 90} %} {% else %} {% thumbnail object.image, 'admin' with {'width': 90} %} {% endif %} {% else %} {% endif %}
{% endblock %}