{% if ea.crud.currentAction == 'detail' %}
{% for history in field.value|reverse %} {% endfor %}
# Nom Description
{{ history.id }} {{ history.createdAt|date("d/m/Y H:m") }} {{ history.url }}
{% else %} {{ field.value|length }} {% endif %}