templates/components/cards/all_formations.html.twig line 1

Open in your IDE?
  1. {% for training in this.allTraining %}
        {{ component('cards:formation_card' , {id : training.id}) }}
    {% endfor %}