{# a *-to-many collection of values #} {% if value is iterable %} {% if 'show' == view %} {% if value|length > 0 %} {% else %}
{{ include(entity_config.templates.label_empty) }}
{% endif %} {% elseif 'list' == view %} {{ value|length }} {% endif %} {# a simple *-to-one value associated with an entity managed by this backend #} {% elseif link_parameters is defined %} {{ value|easyadmin_truncate }} {% else %} {{ value|easyadmin_truncate }} {% endif %}