hide flex-table test on page AccompanyingCourse history

This commit is contained in:
Mathieu Jaumotte 2021-05-27 11:34:49 +02:00
parent 2e1201418a
commit 85dda8b680

View File

@ -8,7 +8,15 @@
<h1>{{ block('title') }}</h1>
{# start test flex-table #}
<p>
A CONFIRMER<br>
Cette page serait en réalité l'historique des mouvements dans la section parcours,
comme dans le contexte personne, à la page timeline.<br>
Il faudrait peut-être modifier son adresse comme ceci: `/fr/parcours/{id}/timeline`
</p>
{# start test flex-table
<div class="flex-table">
{% for p in accompanyingCourse.participations %}
<div class="item-bloc">
@ -58,9 +66,9 @@
</div>
{% endfor %}
</div>
#}
{# end test flex-table #}
{# ==> insert accompanyingCourse vue component #}
<div id="accompanying-course"></div>
{% endblock %}