mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
resume: include _insert_vue_onthefly template
This commit is contained in:
parent
75a06d6896
commit
abd60f7ddf
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user