{% for actu in actus %}
{% if actu.image %} {{ actu.titre }} {% else %} {{ actu.titre }} {% endif %}
{% if actu.categorie %} {{ actu.categorie.libelle }} {% endif %}

{{ actu.titre }}

{% if actu.datePublication %} {{ actu.datePublication|date('d.m.Y') }} {% endif %}
{% endfor %}