{# {% extends '@SonataAdmin/CRUD/base_list_field.html.twig' %} {% block field%} {% apply spaceless %} {% if object is instanceof("App\\Entity\\Adherent") %} {% set text = 'adherentttt' %} {% else %} {% set text = 'otherrr' %} {% endif %} {{ text }} {% endapply %} {% endblock %} #}