{# @deprecated to be removed in v2 #}
{% if key is defined %}
{% for item in value %}
{% if item is instanceof('Bazookas\\CommonBundle\\Entity\\Interfaces\\LocalisedEntityInterface') %}
{{ item.locale }}: {{ attribute(item, key) }}
{% endif %}
{% endfor %}
{% endif %}