mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
only show current participations in parcours resumé
This commit is contained in:
parent
b679d833da
commit
15342f85d3
@ -92,11 +92,11 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if accompanyingCourse.participations is not empty %}
|
||||
{% if accompanyingCourse.getCurrentParticipations is not empty %}
|
||||
<div class="mbloc col col-sm-6 col-lg-4">
|
||||
<div class="persons">
|
||||
<h4 class="item-key">{{ 'Persons associated'|trans }}</h4>
|
||||
{% for r in accompanyingCourse.participations %}
|
||||
{% for r in accompanyingCourse.getCurrentParticipations %}
|
||||
{{ _self.insert_onthefly('person', r.person) }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user