{% for action in actions %} {##} {{ action.association.name }} {{ action.date|date('d/m/Y') }} {{ action.villeDepart }} {{ action.villeArrive }} {{ action.km }} km {{ action.raisons }} {{ action.heureDepart|date('H:i') }} {{ action.heureArrivee|date('H:i') }} {{ action.duree }} {{ action.frais }}€ {{ action.dons|number_format(2) }}€ {{ action.Apayer|number_format(2) }}€ {{ action.heuresValorisees|number_format(2)}} {% endfor %}