{% extends 'SonataAdminBundle:CRUD:base_show_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, 'small' %} {% else %} {% thumbnail object.image, 'small' %} {% endif %} {% else %} {% endif %}
{% endblock %}