{# Ce template est pour AssociationField #} {% extends '@EasyAdmin/crud/field/association.html.twig' %} {% block field_widget %} {{ form_widget(field.form) }}
{% if field.value is not null %} {{ field.value.title ?: field.value.fileName }} {% endif %}
{% endblock %}