resume: include _insert_vue_onthefly template

This commit is contained in:
Mathieu Jaumotte 2021-10-01 14:06:15 +02:00
parent 75a06d6896
commit abd60f7ddf

View File

@ -1,13 +1,17 @@
{% for p in accompanyingCourse.participations %}
{#
<span class="badge-person">
<a href="{{ path('chill_person_view', { 'person_id': p.person.id }) }}"
title="{{ p.person.firstName ~ ' ' ~ p.person.lastName }}">
{{ p.person|chill_entity_render_box }}
</a>
</span>
{% endfor %}
{{ dump() }}
#}
A
{# include vue_onthefly component #}
{% include '@ChillMain/OnTheFly/_insert_vue_onthefly.html.twig' with { targetEntity: { name: 'person', id: p.person.id }, action: 'show' } %}
{% endfor %}