diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/history.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/history.html.twig index f5f1fc067..57d3382b4 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/history.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/history.html.twig @@ -8,7 +8,15 @@

{{ block('title') }}

- {# start test flex-table #} +

+ A CONFIRMER
+ Cette page serait en réalité l'historique des mouvements dans la section parcours, + comme dans le contexte personne, à la page timeline.
+ Il faudrait peut-être modifier son adresse comme ceci: `/fr/parcours/{id}/timeline` +

+ + {# start test flex-table +
{% for p in accompanyingCourse.participations %}
@@ -58,9 +66,9 @@
{% endfor %}
+ #} {# end test flex-table #} - {# ==> insert accompanyingCourse vue component #}
{% endblock %}