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