{% for historique in historiques %}
{% if historique.createdBy.image is null %} {% set initials = historique.createdBy.prenom|slice(0, 1)|upper ~ historique.createdBy.nom|slice(0, 1)|upper %} {{initials}} {% else %} matdash-img {% endif %}
{{historique.createdBy.prenom}} {{historique.createdBy.nom}}

{{historique.action}}

{% endfor %}