{% extends 'SonataAdminBundle:CRUD:base_show.html.twig' %} {% block field %}
Hola {#{% 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 %}#} {##} {#{% endif %}#} {#{% else %}#} {##} {#{% endif %}#}
{% endblock %}