{# Template simplifié utilisant le template universel #} {% extends admin.getTemplate('base_list_field') %} {% block field %} {% import '@kohinos/admin/sonata_entity_badge_theme.html.twig' as entity_badge %} {% if object.prestataire is not null %} {{ entity_badge.render_prestataire(object.prestataire) }} {% elseif object.adherent is not null %} {{ entity_badge.render_adherent(object.adherent) }} {% else %} {% if object.prestataire is null and object.adherent is null and object.flux is null and not object.historical %} {{ "Associer"|trans() }} {% endif %} {% endif %} {% endblock %}